Search:

Type: Posts; User: vivek rajput

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,143

    Re: client- server program not working

    thanks..was inserting the wrong ip..but still its giving wrong output.. and will wrap the programs in future.thanks :)

    --- Update ---

    thanks..was inserting the wrong ip..but still its giving...
  2. Replies
    2
    Views
    1,143

    client- server program not working

    import java.io.*;
    import java.net.*;
    public class Client1
    {
    public static void main(String args[])throws IOException
    {
    try
    {
    Socket socket=new Socket("59.177.97.229",5001);
    DataInputStream...
Results 1 to 2 of 2