aspose file tools
The moose likes Beginning Java and the fly likes asking about lazy initilization in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "asking about lazy initilization in java" Watch "asking about lazy initilization in java" New topic
Author

asking about lazy initilization in java

kumar abhay
Ranch Hand

Joined: Oct 02, 2001
Posts: 53
hi there,
i hope u ppl r doing fine.i wanna know about "lazy or delayed initilization" in java.plz let me know with a demonatration.
thanks in advence
takle care
kumar abhay
karl koch
Ranch Hand

Joined: May 25, 2001
Posts: 388
hi

lazy instantiation is used to delay the creation of expensive object. expensive objects are objects which take lots of time/resources to create.
the creation of this objects is delayed until the are needed


k
[ March 07, 2002: Message edited by: karl koch ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: asking about lazy initilization in java
 
Similar Threads
wish
Lazy association
WA #1.....word association
SuperClass and SubClass doubt
Another 'Y' game