You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project shows you how to connect your java program on a client to a java application a remote server that can serve you with database information.
2
+
A java-java communication takes place via TCP Sockets (there are other methods too), and
3
+
A java-database communication takes place via JDBC API.
4
+
So, I have designed this project to give the viewer a gist of both of these.
0 commit comments