Answer:
The correct answer to the following question will be 2. the operator new.
Explanation:
New operator is used to allocating the memory to the instance object.The new object can be created by using a "new" keyword in java .
Syntax of using 'new' operator is :
class_name object_name=new class_name() // it allocated the memory to the class
For Example :
ABC obj = new ABC;
Now, this time obj points to the object of the ABC class.
obj = new ABC ();
call the construction of ABC class
It is referred to as
softwareSoftware consists of an entire set of programs and routines
linked with the operation of a computer. In other words, it is a collection of
executable instructions that enable you to interact with a computer and its
hardware. A computer would be rendered useless without software.
His first kiss was Hinata and it was also her first kiss as well mark me as brainliest please
Your answer is A