muthoju haritha

Greenhorn
+ Follow
since Dec 08, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by muthoju haritha

while establishing connection with server,getting the localhost address i did
try {
InetAddress here = InetAddress.getLocalHost ();
hostname = here.getHostName ();
logDisplay.append ( "host = "+hostname+"\n" );
}
catch (UnknownHostException e) { ;}
is this the coorect approach
how to Sort the integers from a client process into ascending order and then send
the sorted numbers back to the client through a message queue.