Explain the private field modifier?
No Answer is Posted For this Question
Be the First to Post Answer
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 are the design patterns in struts?
What are the different types of data structures in java?
What is boolean example?
How to perform binary search in java?
What is the difference between integer parseint and integer valueof?
Explain the difference between arraylist and linkedlist in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is used of static keyword in java?
What is a final class ?
What is use of static method?
How do you add spaces in java?