tcp « Communication « JSP-Servlet Q&A





1. How is using TCP communication better than HTTP communication?    stackoverflow.com

I have implemented a client server jave program using TCP for an assignment. Now I've to explain why I chose TCP for communication when other alternatives like HTTP are also available.. So ...