Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
How: It is used in same way as other type of constructors e.g. public, protected , default access, just to create an instance of the class. However, a private constructor can be used only inside that class methods to create objects of that class. Thanx Replies: |
Sponsored Links
|