1.

Create an object obj of class studentplss reply fast​

Answer»

ANSWER:

JAVA new Operator

Explanation:

Java new Operator

This is the most popular way to create an object in Java. A new operator is ALSO followed by a call to constructor which initializes the new object. While we create an object it OCCUPIES space in the heap.



Discussion

No Comment Found