Article Discussion
Object Initialization in Java
Summary: This article describes the process of object initialization in Java programs. It discusses constructors, initializers, instance initialization ( <init>) methods, initialization and inheritance, object images on the heap, and the order in which an object's variables get initialized.
1 post on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: February 1, 1998 9:34 AM by Bill
Bill
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Object Initialization in Java
February 1, 1998 9:34 AM      
This article describes the process of object initialization in Java programs. It discusses constructors, initializers, instance initialization (&lt;init&gt;) methods, initialization and inheritance, object images on the heap, and the order in which an object's variables get initialized.

Read this Artima.com article:

http://www.artima.com/designtechniques/initialization.html
1 post on 1 page.
« Previous 1 Next »