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 |
What is the main functionality of RRL(Remote Reference Layer)?
What is source and listener?
What are local interfaces? Describe.
What is Stream and Types?
What is multithread synchronizing ?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
Is infobus easy to use?
What are different types of controls in AWT?
What are the different algorithms used for clustering?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
Why RMI required an interface?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.