Java Socket Programming [closed]
How do the server sockets and the sockets are bind in Java
Please. There are about a gazillion sources on the Internet that show how to work with sockets. Start by looking at the Documentation for Socket
and ServerSocket
. If this doesn't help you have to get more specific.
Maybe I misunderstand the question, but if you want to do Java socket programming, there is a decent tutorial and explanation of sockets in Java to be found at http://download.oracle.com/javase/tutorial/networking/sockets/
精彩评论