What are parent methods and how can you call them?

Answers were Sorted based on User's Feedback



What are parent methods and how can you call them?..

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

What are parent methods and how can you call them?..

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

Post New Answer

More Core Java Interview Questions

What is the difference between == and === javascript?

0 Answers  


Is an array a vector?

0 Answers  


Explain yield() method in thread class ?

0 Answers  


How to do validation of the fields in any project ?

2 Answers  


What is the loop in java?

0 Answers  






Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


What method is used to know the status of Checkbox(i.e it is checked or unchecked)?

1 Answers  


What is difference between == equals () and compareto () method?

0 Answers  


What is double checked locking in singleton?

0 Answers  


Is java map thread safe?

0 Answers  


What is light weight component?

3 Answers  


How do you create a first line indent?

0 Answers  


Categories