Difference between this(), super()?
Answers were Sorted based on User's Feedback
Answer / jitender
this,super key words not accepted static keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil kumar singh
1: 'this' keyword is only use to call to parametic
constructors within the same class.
2: 'super' keyword is use to call to parametric
constructors of base class.
| Is This Answer Correct ? | 7 Yes | 12 No |
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Is string a class in java?
What are "methods" and "fields"?
Is main a function?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is files manifesting?
what do you mean by stream pipelining in java 8? Explain
What type of variable is gender?
What is a conditional statement explain with example?
Why java is considered dynamic?
Which is better stringbuffer or stringbuilder?
How multipleInheritance is possible in java?