InterviewSolution
Saved Bookmarks
| 1. |
Create an object obj of class studentplss reply fast |
|
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. |
|