Skip to content

Commit 8492b02

Browse files
committed
updated readme
1 parent 09bd3ee commit 8492b02

File tree

2 files changed

+53
-23
lines changed

2 files changed

+53
-23
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,11 @@ This repository contains all the java programming assignments for the CSE1007 la
104104
2. [Batch Processing](https://github.com/jacobjohn2016/Java-Programming/blob/master/JDBC-Practice/src/BatchProcessingExample.java): Executing queries as batches.
105105
106106
## [Socket Programming Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/Socket-Programming)
107+
**Note:** Always run server program before client.
107108
1. [Client Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstClient.java): Sends request and a message.
108109
2. [Server Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstServer.java): Listens on port and prints message to console.
110+
3. [Client Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyClient1.java)
111+
4. [Server Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyServer1.java)
109112
110113
## [Servlet Programming Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/BeginnersBookDemo)
111114
1. [Hello.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/Hello.html): This is the input form

Socket-Programming/.idea/workspace.xml

Lines changed: 50 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)