Home » JAVA Programming » Networking » Question
  1. Which of these method is used to start a server thread?
    1. start()
    2. runThread()
    3. startThread()
    4. run()
    5. None of these
Correct Option: D

run() method is called when the server thread is started.



Your comments will be displayed only after manual approval.