What method is invoked to cause an object to begin executing as a separate thread?



What method is invoked to cause an object to begin executing as a separate thread?..

Answer / Himanshu

The 'start()' method is invoked on an object that extends Thread or implements Runnable to cause it to execute in a new thread.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


What is source and listener?

1 Answers  


What are local interfaces? Describe.

1 Answers  


What is Stream and Types?

2 Answers   Patni,


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


Is infobus easy to use?

1 Answers  


What are different types of controls in AWT?

11 Answers   IBM,


What are the different algorithms used for clustering?

1 Answers  


if i know the lenght of collection in hand, should I use Array or Arraylist? justify

1 Answers   iTrust,


Why RMI required an interface?

1 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


Categories