What is the difference between this() and super()?
Answer Posted / bharathi raja
"this" refers to the current class where as "super" refers directly to its immediate above super class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does java support Operator Overloading?
Can list be null in java?
What is final method?
Can a class be declared as static?
What is this keyword used for?
Is java still necessary?
What do you mean by constructor?
How does hashset works in java?
What is the function of java?
What is starvation?
Does a class inherit the constructors of its superclass in java programming?
What is the new line character?
What is difference between protected and private?
Can we assign the reference to this variable?
What is local variable and instance variable?