Explain features of interfaces in java?
No Answer is Posted For this Question
Be the First to Post Answer
What environment variables do I need to set on my machine in order to be able to run java programs?
Does constructor return any value?
How will you create the class for the following scenario? Employees under one employee?
Why declare Main() method as a static in java ?
What do you mean by static variable?
What is boolean in java?
what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface
2 Answers CTS, Phoenix Technologies,
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
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 meant by oops concept in java?
What is meant by Java interpreter?
Can we create constructor in abstract class ?