// new operator instantiates a class // Here is a related example from https://docs.oracle.com/javase/tutorial/java/javaOO/objectcreation.html Point originOne = new Point(23, 94);