MCQOPTIONS
Saved Bookmarks
| 1. |
What are we only create an object but don’t call any constructor for it in java? |
| A. | Implicit constructor will be called |
| B. | Object is initialized to some null values |
| C. | Object is not created |
| D. | Object is created but points to null |
| Answer» E. | |