What is the significance of using the word 'new' while creating an object. *
Answers
Answered by
1
here's your answer..
The Java new keyword is used to create an instance of the class. In other words, it instantiates a class by allocating memory for a new object and returning a reference to that memory. We can also use the new keyword to create the array object.
marks as brainliest answer please..
Similar questions
English,
3 months ago
Computer Science,
7 months ago
Science,
7 months ago
Physics,
11 months ago
Physics,
11 months ago