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 is difference between Heap and Stack Memory?
What is preparedstatement in java?
Why Java doesn’t support multiple inheritance?
What are the different types of multitasking?
Should a main method be compulsorily declared in all java classes?
Which sort is best in java?
What is a java developer salary?
How will you load a specific locale?
what is optional in java 8?
What is the history of java?
What is the difference between @before and @beforeclass annotation?
What is meant by bytecode?
Can this keyword be used to refer static members?
What is printwriter in java?
What is hash table in java?