| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
Creating Objects JAVA | ||
|
A new object is created by calling a class's constructor together with the
new operator.
The new operator
The new operator returns a reference to the newly created object.
|