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 instanceof operator used in java?
Describe the term diamond problem.
What is the right data type to represent a price in java?
What is bean? Where it can be used?
When is the garbage collection used in Java?
What is method in research paper?
What is overriding in java?
Is stringwriter thread safe?
How do you do absolute value in java?
How do you execute a thread in java?
How do I know if java is installed?
What are the special characters?
What is the difference between an array and an array list?
What is the relationship between clipping and repainting under awt?
how can you take care of mutual exclusion using java threads? : Java thread