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 |
How does synchronized modifier work?
what is the main difference between string and stringbuffer? can you explain it with program?
Is there a case when finally will not execute?
What invokes a thread's run() method in java programming?
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
What are accessor methods in java?
What are the different ways of implementing thread? Which one is more advantageous?
Define Compiling?
How can we break singleton in java?
Where is core java used?
Explain about assignment statement?
How do u provide security in java