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
What are loops in java?
Is special character in java?
List the interfaces which extends collection interface?
What is an i/o filter?
Define an applet in java?
What is java reflection api?
Difference between predicate, supplier and consumer ?
What is finally block?
What is a boolean field?
What is illegal identifier in java?
Difference between a class and an object?
What is the size of boolean variable?
Explain an algorithm to find depth of a binary tree.
What are the differences between graph and tree?
Can you create an object of an abstract class?