![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> ServerSocket serverSocket = new ServerSocket(port); When the program runs into serverSocket.accept(), it will stay there until a connection is made. > my program just freezes!! I heard this happens when u try make multiple connections to the same port but im sure this port is not open already on my system and nothing else is trying to connect to it. Please help ! If the port is already opened, I believe it throws an Exception. Replies: |
Sponsored Links
|