What are parent methods and how can you call them?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhadresh
super class method is call as parent method.
super Keyword use to call in child class or sub class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is different between static and non static methods ,using example
What is an argument in java?
What do you understand by Header linked List?
Can we access instance variables within static methods ?
What is an abstract class?
Why do inner class cannot have static declaration except static nested class?
What do you know about the garbate collector?
How do you get the length of a string in java?
Explain differences between checked and unchecked exceptions in java?
What are the 3 types of loops in java?
Is string pool garbage collected?
Is string passed by reference in java?