Java API Classes For Socket And Data Communication Between Client And Server
Question
A set of Java programs is given in the folder, called W10-Codes-Chat, from lab10.zip in workshop 10, which implements a TCP-based “Chat” application using client and server model. This implementation has used some Java classes for TCP-based networking programming provided by Java 1.6 JDK API. Such API classes can be found from the link: https://download.oracle.com/javase/6/docs/api/.
Review the Java programs of this application; list all the API Java classes, which are related to the concept of socket and data communication between the client and server. Briefly describe the functions of each such class.
Summary
The question belongs to Computer Science and it discusses about Java programs. A set of Java programs have been and all the API Java classes related to socket and data communication between client and server have been listed and reviewed.
Total Word Count 686
