Category: Java

0

String Concatenation in Java using TCP

This is the Java Program to Concatenate two strings using TCP,the client sends two strings to the server where these two strings are concatenated and sent back to the client Client Program: ChatClient.java Server...