Answer Posted / uma
no.Interface is similar to class but they lack instance
variable, their methods are declared with out any body.
Interfaces are designed to support dynamic method
resolution at run time. All methods in interface are
implicitly
abstract, even if the abstract modifier is omitted.
Interface methods have no implementation;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is java 9 released?
Compare Mutex and Semaphore in java.
How do you convert boolean to boolean?
What is the simpletimezone class in java programming?
Explain about method local inner classes or local inner classes in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What are class members by default?
What is a nested list?
I want to persist data of objects for later use. What is the best approach to do so?
Can we have try without catch block?
Can we increase size of array?
What is default size of arraylist in java?
What is difference between array and arraylist in java?
What’s the difference between unit, integration and functional testing?
What is an example of a constant variable?