You are not logged in.
Pages:: 1
#1 2015-06-09 05:36:11
Java Threads Execution:
Question:
Which method is used in thread class to starts the execution of the thread.JVM calls the run() method on the thread?
Option A):
public coid suspend()
Option B):
public void start()
Option C):
public void stop()
Option D):
public void run()
Correct Answer is Option B):
public void start()
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-06-09 05:36:11
- Advertisement
- Ads By Google
Re: Java Threads Execution:
\n
Pages:: 1