Vidyalelo
Java Programming · Q65

Java Server and Servlet

Programming · Java Programming · question 65

Q65

What does bind() method of ServerSocket offer?

A.
binds the serversocket to a specific address (IP Address and port)
Answer
B.
binds the server and client browser
C.
binds the server socket to the JVM
D.
binds the port to the JVM

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board