what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Explain the protected field modifier?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is use of set in java?
What are different types of multitasking?
Explain JSP life cycle
What is skeleton and stub? What is the purpose of those?
What is externalizable interface?
Why we can not force Garbage Collection?
Write a java program to generate fibonacci series ?
Describe different states of a thread.
What is return code?