Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Re: How to Create a server socket to listen for incoming connections

    Telnet - Wikipedia, the free encyclopedia

    In Windows, click Start > Run > CMD (for a command window) Type telnet
  2. How to Create a server socket to listen for incoming connections?

    With this code, we can create a Server Socket in Java to listen for incoming connections.

    This code is made up of 2 classes, PortMonitor & OneConnection.

    PortMonitor will open a desired port...
Results 1 to 2 of 2