Answers

Question and Answer:

  Home  Java Classes

⟩ in Java, all class objects need not be dynamically allocatedA) TrueB) False

I think it is true. Because, we use initalize some variables which are not dynamic.

For eg: int i = 10;

 153 views

More Questions for you: