Q.1.
Which methods are commonly used in Server Socket class?
Q.2.
Which constructor of Datagram Socket class is used to create a datagram socket and binds it with the given Port Number?
Q.3.
The client in socket programming must know which information?
Q.4.
The URL Connection class can be used to read and write data to the specified resource that is referred by the URL.
Q.5.
Datagram is basically just a piece of information but there is no guarantee of its content, arrival or arrival time.
Q.6.
TCP, FTP, Telnet, SMTP, POP etc. are examples of ___________
Q.7.
What does the java.net.InetAddress class represent?
Q.8.
The flush () method of Print Stream class flushes any un-cleared buffers in the memory.
Q.9.
Which classes are used for connection-less socket programming?
Q.10.
In Inet Address class, which method returns the host name of the IP Address?