Answer Posted / ranganathkini
java.lang.Runnable is an interface implemented by all
threads. It contains a method called run() that needs to be
implemented by all threads. The run() method is called when
the thread is given permission to execute
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the map interface?
What are the steps to write p-to-p model application?
What is a clone?
what is meant by JRMP?
What is jboss?
how to use debug in my elipse to solve problems that exist in my project
What is the difference between long.class and long.type?
Which are the different segments of memory?
What are JTA/JTS and how they used by client?
Have you used threads in Servelet?
What is a sessionfactory? Is it a thread-safe object?
What is RMI and what are the services in RMI?
what is an isolation level?
Explain about thread synchronization inside a monitor?
Define aop(assepct oriented programing)?