Difference between this(), super()?
Answer Posted / a .k. singh
This keyword is pointing the same class object.and
super keyword is accessing the superc lass constructor
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what is recursion in java
What are pass by reference and pass by value?
Explain the difference between association, aggregation and inheritance relationships.
What is an empty list in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is function declaration?
List any five features of java?
Can I extend singleton class in java?
What is difference between c++ and java ?
Write a java program to count the number of words present in a string?
What is difference between equal and == in java?
What is break and continue statement?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How do you achieve polymorphism in java?
What do heavy weight components mean in java programming?