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

Post New Answer

More Core Java Interview Questions

What is the use of beaninfo?

0 Answers  


What is the numeric promotion?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


How to compare strings in java?

0 Answers  


How is the marker interface used in Java?

0 Answers   BirlaSoft,






How many tetrahedral voids are there in bcc?

0 Answers  


What is a super method?

0 Answers  


How is string immutable in java?

0 Answers  


In treeset we add same object ...what will be the out put

3 Answers  


How do you remove duplicates in java?

0 Answers  


What is the dot operator?

0 Answers  


What is the purpose of finalization?

4 Answers  


Categories