📝 Question
#2311
Which methods are commonly used in Server Socket class?
✓
Correct Answer
B. Public Socket accept ()
💡
Explanation
The Public socket accept () method is used by the ServerSocket class to accept the connection request of exactly one client at a time. The client requests by initializing the socket object with the servers IP address.
⌨️ Press
A
B
C
D
to select