Why wait(),notify(),notifyAll() methods defined in Object
class althought we are using in only threads.
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between string and stringbuffer?
How do you decide when to use arraylist and linkedlist?
What is increment in java?
How is garbage collection controlled?
In which order the iterator iterates over collection?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
what is a package?
Explain about complier design(phases)
0 Answers Aditi Placement Service,
What are the parts of methodology?
How is hashset defined in java?
How does finally block differ from finalize() method?
What is java dot?