Answer Posted / saumyadip
parent methods are those method which is in parent class and
we can call it by using parant class reference variable or
super(in inheritance).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is included in core java?
Explain about class in java?
Can you declare an interface method static?
Can you make a constructor final?
What is difference between static and abstract class?
Why synchronization is important?
What is return in java?
When does an object becomes eligible for garbage collection in java?
What do you mean by checked exceptions?
What are the three parts of a lambda expression? What is the type of lambda expression?
Can an integer be null java?
When do you get classcastexception?
Explain the scope of a variable.
What do you mean by stack?
What do you mean by append?