i have one socket.
my socket is having one inputstream(in) and one outputstream(out).
suppose my inputstream is waiting like
in.readline() //waits here ..not getting the data ... waits
then
if i am trying to put some value to my outputstream .. like
out.write("somevalue");
what will happen to the "somevalue" in my outputstream?.is the value sent??.(consider my inputstream.it's still waits for data).
i tried..data not sending.socket connection is acting like a one channel canal.
but i want to sent my data when inputstream waits(unavoidable).what to do??.anyone knowing?
welcome to all logics & tricks.
basha
SCJP