How can constructor chaining be done using this keyword?



How can constructor chaining be done using this keyword?..

Answer / nashiinformaticssolutions

Calling one constructor from another constructor in the same class is what it is. This keyword can be used to accomplish this.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a char in java?

0 Answers  


What is the difference between an if statement and a switch statement?

0 Answers  


What will be the initial value of an object reference which is defined as an instance variable?

0 Answers  


What is hash method?

1 Answers  


What is the difference between call by reference and call by pointer?

0 Answers  


Enlist few advantages of inheritance?

0 Answers  


How to create packages in java?

0 Answers  


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

0 Answers  


What carriage return means?

0 Answers  


What is array list in java?

0 Answers  


Explain what pure virtual function is?

0 Answers   Aricent,


What are Interceptors?

1 Answers  


Categories