What is constructor chaining and how is it achieved in java?



What is constructor chaining and how is it achieved in java?..

Answer / Sumit Kumar Gautam

"Constructor Chaining in Java refers to the process of invoking one constructor from another constructor within the same class. This is achieved using the keyword super."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the catch or declare rule for method declarations?

1 Answers  


What is sorting in java?

1 Answers  


What are the uses of synchronized keyword?

1 Answers  


Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


Difference between current previous versions of Java?

1 Answers   Atos Origin,


Is 'sizeof' a keyword?

7 Answers  


What is the difference between path and classpath variables?

1 Answers  


Difference between String and String Buffer?

3 Answers  


What does the string method compareto () do?

1 Answers  


What does index mean in java?

1 Answers  


java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

1 Answers   Naaptol,


When object is created and destroyed?

1 Answers  


Categories