We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8269552 commit 32f9499Copy full SHA for 32f9499
jdbc-tcp/info
@@ -2,3 +2,6 @@ This project shows you how to connect your java program on a client to a java ap
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.
5
+The database that I have used contains 5 records, with the "Eid" values 1 to 5.
6
+So, enter any one from 1 to 5 on client side, and the employee details will be fetched accordingly.
7
+You can alter the database as per need. Happy Coding!
0 commit comments