What is the difference between this() and super()?
Answer Posted / tulasi prasad
this keyword is used to invoke the current class properties.
Where as super keyword is used to invoke the immidiate
super class properites.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
How do I start learning java?
How to sort a collection of custom Objects in Java?
What is immutability in java?
Is node a data type in java?
What is a condition in programming?
What is the difference between Java and C++?
Can inner class have constructor?
What is nested top-level class?
Can we create a constructor in abstract class?
What do you mean by an object in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is variable declaration and definition?
What is vector?
What do you understand by soft reference?