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 |
tell me some common
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
Which keyword specify that a variable is effectively final ?
Write a function to print Fibonacci series and Tribonacci series?
What are synchronized methods ?
What is clipping and repainting and what is the relation between them?
static inner classes means..?
Why you should not use singleton?
what is an object class?Explain its methods?
What are sets in java?
Similarity and difference between static block and static method ?
What do you mean by static variable?