How are this() and super() used with constructors?
Answer Posted / rajesh
this() class refer to current class constructor;
super() refers to base class.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does next mean in java?
Can we clone singleton object?
What are desktop procedures?
What is java thread dump, how can we get java thread dump of a program?
How do you classify Dialog Box?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is internal iteration in java se 8?
What is the meaning of I ++ in java?
What is off heap memory?
What is json parser in java?
What is vector?
Explain with example the concept of constant variable in java.
Can a static class have a constructor java?
What is a lightweight component?
Can we override singleton class?