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 are the advantages of exception handling in java?
If I only change the return type, does the method become overloaded?
What is the use of accept () method in java?
How do you represent a space in regex java?
What is use of inner class in java?
Why volatile is used in java?
List types of storage classes in java?
What is set and get methods in java?
Is stringwriter thread safe?
What is jagged array in java?
Does java allow default arguments?
What is a generic data type?
Why is stringbuffer not immutable?
Why hashmap is used in java?
Does java trim remove newline?