Page 1 of 1

About Question enthuware.ocpjp.v7.2.1382 :

Posted: Wed Dec 10, 2014 9:08 pm
by simsko
What about the main thread? If 3 had been an option to answer, I would be confused.

Re: About Question enthuware.ocpjp.v7.2.1382 :

Posted: Wed Dec 10, 2014 9:49 pm
by admin
When you run a Java class, the JVM creates several threads on its own. The main thread is one of them. It is not created by the program code.
I have updated the problem statement to make it clear that it is asking about Thread objects created by the given program.
thank you for your feedback!
Paul.