public Socket accept() method are commonly used in ServerSocket class - Java
Q. Which methods are commonly used in ServerSocket class?- Published on 15 Jul 15a. public OutputStream getOutputStream()
b. public Socket accept()
c. public synchronized void close()
d. None of the above
ANSWER: public Socket accept()