What is the difference between this() and super()?
Answer Posted / aman@yahoo.com
this is this() and super is super();
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
What is e java?
how we can make a read-only class in java?
What is the difference between hashmap and hashtable in java?
What data structures are used to perform recursion?
Which is illegal identifier in java?
Why can't we override private static methods?
Is java a security risk?
What is the list interface in java programming?
How is string stored in java?
What is == mean?
How can we make copy of a java object?
Can a constructor be private and how are this() and super() method used with constructor?
When should you use arraylist and when should you use linkedlist?
What is classname class in java?
Similarity and difference between static block and static method ?