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 |
What is the catch or declare rule for method declarations?
What is sorting in java?
What are the uses of synchronized keyword?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
Difference between current previous versions of Java?
Is 'sizeof' a keyword?
What is the difference between path and classpath variables?
Difference between String and String Buffer?
What does the string method compareto () do?
What does index mean in java?
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
When object is created and destroyed?