What is the purpose of interface?
No Answer is Posted For this Question
Be the First to Post Answer
Explain abstract class in java?
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 .
whays is mean by inner class?
What are strings in physics?
When is the finalize() called? What is the purpose of finalization?
how to make a un-checked exception as a checked exception one.
What is difference between classpath and path variables in java?
what is platform independence in java?
What is entry in java?
Which all r Final classes in java except string?
How do you write a scanner class in java?
What is a concrete classes? Is Java object class is concrete class?