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()

To explain: run() method is called when the SERVER THREAD is started.



Discussion

No Comment Found

Related InterviewSolutions