✏️ Explanatory Question

Which class is used by server applications to obtain a port and listen for client requests?

👁 1,735 Views
📘 Detailed Answer
💡

Answer with Explanation

java.net.ServerSocket class is used by server applications to obtain a port and listen for client requests.