Instantiate in Java means to call a constructor of a Class which creates an an instance or object, of the type of that Class . Instantiation allocates the initial memory for the object and returns a reference.
Instantiate in Java means to call a constructor of a Class which creates an an instance or object, of the type of that Class . Instantiation allocates the initial memory for the object and returns a reference.