Two-way communication

Send File Contents two way communication Java

Before going into the details of this server-to-client communication, it is advised to go through Networking – Introduction and Communication with TCP/IP Protocol to know the terms and basics of networking and the way Java supports. This is the first application (second one being chat application) in two-way communication. In one-way communication, either client sends …

Send File Contents two way communication Java Read More »

Chat Program two way communication Java

Chat Program Java is a continuous communication between two systems. Networking chapter also (apart threads, DS etc.) proves that Java language is simple to develop applications that are difficult (requires extra practice and experience) in other languages. Before going into the details of client-server communication, it is advised to go through Networking – Introduction and …

Chat Program two way communication Java Read More »