What is the difference between this() and super()?
Answer Posted / bharathi raja
"this" refers to the current class where as "super" refers directly to its immediate above super class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define "Access specifiers" in java.
Why is the type for real numbers called double?
What is Garbage Collection in Java
What is the arraylist in java?
Is hashset ordered?
What is meant by javabeans?
Is assembly language a low level language?
What is visibility mode?
why are there separate wait and sleep methods? : Java thread
What is the multi-catch block in java?
Can we have try without catch block?
What methodology can be employed to locate substrings inside a string?
Can we override a variable in java?
What is the association?
Is null in java?