Difference between this(), super()?
Answer Posted / 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 |
Post New Answer View All Answers
When do we need to use internal iteration? When do we need to use external iteration?
What is the purpose of the runtime class in java programming?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Explain an algorithm to find depth of a binary tree.
What is the default value of the local variables?
What is a null point?
when you will synchronize a piece of your code? : Java thread
What is the symbol for average?
How to find the largest value from the given array.
What is ++ a in java?
Is set sorted in java?
Have you ever used hashtable and dictionary?
Can we have any other return type than void for main method?
Why java is used everywhere?
Why wait and notify methods are declared in object class?