What is the map interface in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile in java?
What is final class?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is an iterator interface in java programming?
we have a 100 classes at that time which class we have to write main method? pls help me
What is Collections API?
Describe what happens when an object is created in java ?
What is string intern in java?
What is stack class in java?
Is singleton thread safe in java?
Is string a datatype?