How are this() and super() used with constructors?
Answer Posted / ramanareddy333
this()refers the current constructor and
super() refers the super class constructor
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Define canvas?
Is java call by value?
Explain java thread life cycle.
What does ide stand for?
How listener identify that the event came from a particular object?
Is array synchronized in java?
Can size_t be negative?
What is qms certification?
What is the purpose of checked and unchecked exceptions in JAVA?
What is the parse method in java?
Whats the difference between notify() and notifyall()?
Which is bigger float or double java?
What is the size of an array?
Why are the destructors for base class and derived class called in reverse order when the program exits
Is java map thread safe?