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 are the differences between the constructors and methods?
Explain the overview of UDP messaging.
What is fail fast in java?
How many arguments can a method have java?
Can static methods access instance variables in java?
What is the difference between an array and an array list?
What is a loop java?
What is the difference between serial and throughput garbage collector?
Is null false in java?
What is the private method modifier?
Why does java not allow multiple public classes in a java file ?
What is the use of parse function in java?
Why inputstreamreader is used in java?
How can we run a java program without making any object?
Difference between string, stringbuffer and stringbuilder?