InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is used to start a server thread?(a) run()(b) start()(c) runThread()(d) startThread()The question was asked during an online exam.The doubt is from Networking in portion Serialization & Networking of Java |
|
Answer» Right CHOICE is (a) run() |
|