Browsing articles in "JAVA"
Jul
12
2010

Making a Client Server application (Socket programming) in java

TCP Client Server demo

The programming languages become handier when the user can create a link between two pieces of compiled codes operating from two different locations. In this example, a simple server that takes a text string from the client and returned in upper case is discussed. Hope this will give an overall picture about how socket programming work in JAVA. You do not have to be an expert in Java and all you need is a Java [...]