MCQ
Which of the following statement(s) is/are true for Java?
- ADeclaring a variable does not create an object.
- BIn Java, no variable can ever store an object.
- CA variable declared using class type can only store a reference to an object
- ✓All of these