Tagged: java program to perform string reversal

0

String Reversal in Java using TCP

This is the java program to perform string reversal using TCP.the client sends the string,the server reverses the string and sent back to the client Java Client Client.java Java Server: Server.java