Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Answer / Madhur Gautam
"Correct". The ServerSocket constructor takes an integer argument for the listening port and another one for maximum queue length. It can throw IOException and BindException exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is the network interface card located?
What is meant by time-slicing?
Explain the generic term internet.
Tell me about networking classes and interfaces.
1 Answers Akamai Technologies,
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
How we can make simple java program for Server/Client Communication
What is Inet address?
where u can used in real time "protect" specifier or real world example of protect specifier
What are the advantages and disadvantages of java sockets.
What do you understand by the term network?
What is meant by TCP, IP, UDP?
What is the difference between TCP and UDP ?