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
Can I map more than one table in a cmp?
What value does readline() return when it has reached the end of a file?
Explain ioc concept?
what is a non-repeatable read?
How to deploy Jar, War files in J2EE?
What is the RMI and Socket?
Write a singleton program?
What do you know about seam?
What are the pros and cons of detached objects?
Why is actionform a base class rather than an interface?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is difference between object state and behavior?
Can you give me a simple example of using the requiredif validator rule?
What state does a thread enter when it terminates its processing?
Is the infobus client side only?