Difference between this(), super()?
Answer Posted / bindhu solomon
'this' is a pointer points to the object of the methods
invokes. super() is used to invoke the super class member
function.
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
What is an abstract class and what is it’s purpose?
What is module in project?
How many characters is 2 bytes?
What is a class reference?
What are the differences between c++ and java?
does java support pointers?
Compare java and python.
What is difference between final and immutable?
How do you compare two objects?
What is string data type?
What is the base class of all exception classes in java?
What do you understand by the term wrapper classes?
What are three types of loops in java?
Why are arrays useful in java?
Explain about interthread communication and how it takes place in java?