You are not logged in.

#1 2015-06-09 05:36:11

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

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.

2015-06-09 05:36:11

Advertisement
Ads By Google

Re: Java Threads Execution:



\n

Board footer