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 the difference between an if statement and a switch statement?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Explain different types of thread priorities ?
What is jagged array in java?
why java does not support unsigned keyword?
What is the purpose of sizeof operator?
How do you do descending order in java?
Write a java program to check if a number is prime or not?
Name few java util classes introduced with java 8 ?
What is 16 bits called?
Which method cannot be overridden in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is meant by class and object in java?
Why are the objects immutable in java?
what do you mean by marker interface in java?