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
What does the exclamation mark mean in java?
What is tcp and udp?
What is a flag value?
What is the difference between static and global variables and also define what are volatile variables?
What are desktop procedures?
Difference between final and effectively final ? Why is effectively final even required ?
Explain about java sdk?
How many classes can any class inherit java?
What is the difference between equals() and == in java?
How to sort elements in a parallel array in java?
I want to persist data of objects for later use. What is the best approach to do so?
Write a program to solve producer consumer problem in java?
Can you declare the main method as final?
Can a final variable be manipulated in java?
Explain aggregation in java?