The Artima Developer Community
Sponsored Link

Articles Forum
Object Initialization in Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Object Initialization in Java Posted: Feb 1, 1998 9:34 AM
Reply to this message Reply
Advertisement
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.

Read this Artima.com article:

http://www.artima.com/designtechniques/initialization.html

Topic: Designing with Interfaces Previous Topic   Next Topic Topic: The Hotspot Virtual Machine

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use