Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
No Answer is Posted For this Question
Be the First to Post Answer
When is update method called?
what are the design patterns in struts?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
What is cr keyboard?
Can we use a default constructor of a class even if an explicit constructor is defined?
How to prevent to create multiple objects of a java class?
what are the different non-access specifiers in java?
What is a function argument in java?
What Is Resource Leak?
Explain how can you debug the Java code?
what is difference between Exception and Error?