Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| - Interview Questions and Answers for 'Getinstance' - 2 question(s) found - Order By Rating | ||||
| Ans. Class.getInstance doesn't call the constructor whereas if we create an object using new operator , we need to have a matching constructor or copiler should provide a default constructor. | ||||
| Ans. Yes , using Class.getInstance. | ||||