All > Technology > Programming > Java
An object created without an identifier. They are usually created as array elements, actual arguments or method results. For instance
private Point[] vertices = { new Point(0,0), new Point(0,1), new Point(1,1), new Point(1,0), };
See anonymous class, as these often result in the creation of anonymous objects.- Browse Related Terms: actual argument, actual parameter, actual parameter list, anonymous array, anonymous object, argument, call-by-value, command-line argument, constructor, copy constructor, formal argument, formal parameter, formal parameter list, instanceof, method, method header, method overriding, parameter