Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


To make an object to begin executing as a separate thread,
what method is used?

Answers were Sorted based on User's Feedback



To make an object to begin executing as a separate thread, what method is used?..

Answer / anonymous

Public void run() ---- method should be used.

myClass mc= new myClass();
Thread t1= new Thread(mc);

thatClass tc= new thatClass();
Thread t2= new Thread(tc);

t1.run();
t2.run();



Two Objects
Two Threads

Is This Answer Correct ?    1 Yes 0 No

To make an object to begin executing as a separate thread, what method is used?..

Answer / devarathnam c,kotagudibanda(po

Hi...
public void run();method in Runnable interface,which only
one method in Runnable interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Can a thread be a member of another thread?

2 Answers  


types of exceptions

1 Answers  


What exceptions are thrown by RMI?

1 Answers  


How do you set security in applets?

1 Answers   IBM,


Name the method to find, if a thread is active or not?

2 Answers  


wahts is mean by dynavalidatorform in struts/

1 Answers   SolutionNET,


Can constructors be synchronized in java?

0 Answers  


What’s jboss jbpm?

0 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


What are the oops concept?

0 Answers  


Why threads will block on I/O?

2 Answers  


Difference Between getRequest and PostRequest?

8 Answers   HCL, TCS,


Categories