Computer Applications

Explain the following:

New operator

Java Operators

72 Likes

Answer

new operator is used to instantiate an object by dynamically allocating memory for it.

Answered By

45 Likes


Related Questions