Answer Posted / chandru
It is a class in Java which represents an Internet Protocol
(IP) address. An instance of an InetAddress consists of an
IP address and possibly corresponding host name
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What is an http server?
How we can make simple java program for Server/Client Communication
What are the advantages and disadvantages of sockets?
Tell me about networking classes and interfaces.
What is jhttp web server?
Explain a time server?
Explain the generic term internet.
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is a thread pool?
What do you understand by the term network?
What is a listener in networking?
Explain look for local ports?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is the Difference between socket and servlet?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.