What is runnable?

Answer Posted / s.ramesh

RUNNNABLE is a state , when a thread is currently processed
by CPU... It is one of the Thread State...

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which textcomponent method is used to set a textcomponent to the read-only state?

641


Name three subclasses of the component class?

625


What is in-memory replication?

567


Explain about thread synchronization inside a monitor?

2007


Where can I find seam examples and documentation?

575






whats is mean by connectionpooling

1574


Will the general public have access to the infobus apis?

539


What are local interfaces? Describe.

707


When a thread blocks on i/o, what state does it enter?

582


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!

1374


What class is used to create Server side object ?

1682


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

582


What is jboss?

582


What is the difference between the string and stringbuffer classes?

558


What is chat area? Explain.

567