What Does Bind Method Of Serversocket Offer #1251
What does bind() method of ServerSocket offer?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Server Technologies Servlet - Client and Server in Java - Quiz No.1.
What does bind() method of ServerSocket offer?
binds the serversocket to a specific address (IP Address and port)
binds the server and client browser
binds the server socket to the JVM
binds the port to the JVM