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
What is object-oriented programming?
What is string args [] in java?
What is the meaning of I ++ in java?
How do you sort arrays in java?
How to read and write image from a file ?
Why pass by reference is not possible in java?
Is it necessary for the port addresses to be unique? Explain with reason.
Why javac is not recognized?
What is an iterator java?
What is the purpose class.forname method?
What is function overriding and overloading in java?
How are java objects passed to a method and what are native methods?
Can keyword be used as identifier?
What are the methods available in a class?
What is the final keyword?