why are wait(), notify() and notifyall() methods defined in the object class? : Java thread


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

If a class is declared without any access modifiers, where can the class be accessed?

0 Answers  


What is the difference between iterator and list iterator?

0 Answers  


Justify your answer that you can't define a method inside another method in java, if you can then how?

0 Answers  


What is the use of runnable interface?

0 Answers  


What are the differences between graph and tree?

0 Answers   Amazon,






What is 32 bit float?

0 Answers  


Java Compiler is stored in JDK, JRE or JVM?

0 Answers  


what do you mean by stream pipelining in java 8? Explain

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


Can we have any code between try and catch blocks?

0 Answers  


What is stored procedure. How do you create stored procedure ?

0 Answers   GE,


What does this () mean in constructor chaining concept?

0 Answers  


Categories