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
Which is fastest collection in java?
What is user defined exception in Java?
How do you remove all elements from an arraylist in java?
What are the different types of data structures in java?
How to do a true java ping from windows?
How many digits can a float hold?
What are different types of encoding?
What is method overriding in java ?
What is a java developer salary?
What is a locale?
Why do we create threads in java?
How many types of design patterns are there?
What is the difference between array list and vector in java?
What about interthread communication and how it takes place in java?
Is boolean a data type in java?