InterviewSolution
Saved Bookmarks
| 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 |
|