| Author |
Singleton
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
How can i add main() within the Singleton class. Then how can i call the normal method in the singleton class in jsp page??
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
What do you mean by Singleton class? Do you mean Singleton Pattern? If yes, it is normal Java class and main method is static, where is the problem? Just obtain the reference from singleton itself and you are able to call nonstatic methods.
|
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
|
 |
 |
|
|
subject: Singleton
|
|
|