| Author |
whats wrong in my server code ?
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
actually my client is receiving all the message from the server but client is not able to send any message to server
or i m wrong at some position in my code please correct me
my server code
my client code
|
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
|
 |
Philip Thamaravelil
Ranch Hand
Joined: Feb 09, 2006
Posts: 92
|
|
NetworkingDemo implements runnable right?
So why not do:
Thread job = new NetworkingDemo();
job.start();
That's where I would start.
Cheers,
Philip
|
 |
 |
|
|
subject: whats wrong in my server code ?
|
|
|