Answer Posted / harathi
We can define a set of methods in an interface and
implement it in different ways in different classes
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can java cast null?
Can we have a method name same as class name in java?
What is the difference between jvm and jre? What is an interface?
Does A Class Inherit The Constructors Of Its Superclass?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is function overriding and overloading in java?
What is class variable java?
What is the difference between checked exception and unchecked exception?
Wha is the output from system.out.println(“hello”+null); ?
Mention a package that is used for linked list class in java.
What variables are stored in stack?
What about interrupt() method of thread class ?
What is fundamental datatype?
Enlist few advantages of inheritance?
Explain the scope of a variable.