I have a program in which i need to use sockets(java) to send the data from server to client and vice versa.In this case i'm using "net simple J" as server and my application as client.So long i'm successful to send the data from server to client i.e from "net simple J" to my application.But sending from my application(cli ent) to net simple J(server),i'm having trouble.Actuall y i m confused regarding how to send data from my application.As...