Difference between this(), super()?
Answer Posted / janet
this() can be used to invoke a constructor of the same
class where as super() can be used to invoke a super class
constructor.
| Is This Answer Correct ? | 53 Yes | 6 No |
Post New Answer View All Answers
What are the major advantages of internal iteration over external iteration?
What do you mean by light weight and heavy weight components?
What are the advantages of autoboxing?
Is zero a positive integer?
What are wrapped classes in java programming?
What are variable arguments or varargs?
What is a arraylist in java?
What is <> used for in java?
What is the function of http?
What is a prefix function.write down a code to compute prefix function.
Write a program to check for a prime number in java?
What are the various access specifiers in java?
When is the finalize() called? What is the purpose of finalization?
What is the difference between access specifiers and access modifiers in java?
Why is serialization required?