To make an object to begin executing as a separate thread,
what method is used?
Answer Posted / 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 View All Answers
whats is statement and procedure
How are commas used in the intialization and iteration parts of a for statement?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
To identify IDL language what mapping mechanism is used?
What is the infobus?
Explain about thread synchronization inside a monitor?
What value does read() return when it has reached the end of a file?
how do you Handle Front End Application data against DB with example?
How substring() method of string class create memory leaks?
Java is fully object oriented languages or not?
Should synchronization primitives be used on bean methods?
Difference between hashmap and hashtable?
What is jboss?
What is the RMI and Socket?
For which statements does it make sense to use a label?