| Author |
Object creation doubt
|
siva mail
Greenhorn
Joined: Jan 25, 2009
Posts: 19
|
|
Hi ,
If iam useing static fields of one class in another class . In this case Object will create for the class where iam accessing the static fields?
thanks
Siva
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
Hi,
If I understand your question correctly, the answer is "no", using the static fields of a class won't, in general, cause any instances of that class to be created -- unless the class is specifically designed to create one or more instances when it is loaded.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Object creation doubt
|
|
|