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
Are primitives objects?
What is the maximum length of a url?
How to avoid memory leak in java?
What is the buffer limit?
What is methods and methodology?
Can a class have multiple constructors?
Explain implementation and how is it different from conversion?
What is memory leak and how does java handle it?
Difference between static and dynamic class loading.
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is function and its uses?
What does s mean in regex?
What is the length of a string?
What is string in java is it a data type?
What is java in simple terms?