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 |
Why java is called not pure object oriented language?
explain the concept of virtual method invocation in polymorphism in detail?
What is the disadvantage of synchronization?
What is method and methodology?
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
What is java util?
what is abstract method with example?
what is the difference between a threads start() and run() methods? : Java thread
What do you mean by boolean?
Can vector have duplicates in java?
What is collection api?
What is a default constructor and also define copy contrucyor?