Search:

Type: Posts; User: gagangujral

Search: Search took 0.09 seconds.

  1. Re: java.net.connectexception connection refused connect

    take my word for not posting same question on multiple forums but i'm in a real mess here!

    please provide the solution. :(
  2. java.net.connectexception connection refused connect

    try
    {
    Socket client = new Socket("127.0.0.1",11020);

    input = new BufferedReader(new InputStreamReader(client.getInputStream()));
    output = new PrintWriter(client.getOutputStream(),true);
    ois =...
Results 1 to 2 of 2