1.

While creating a server object like- Server obj = new Server(8080), 8080 represents the number of connections.(a) True(b) FalseI got this question by my college professor while I was bunking the class.Origin of the question is In-container Testing in chapter In-container Testing of JUnit

Answer»

The correct ANSWER is (B) False

For explanation: The PARAMETER of the constructor, in this CASE 8080, represents the port NUMBER.



Discussion

No Comment Found

Related InterviewSolutions