As you know, a class provides the blueprint for objects; you create an object from a class. … Instantiation: The new keyword is a Java operator that creates the object. Initialization: The new operator is followed by a call to a constructor, which initializes the new object.