| Author |
singleton class performance isssue.
|
swapnel surade
Ranch Hand
Joined: Mar 05, 2009
Posts: 129
|
|
hi guys,
is java singleton classes creates the performance issues.
suppose if I get the instance of a class and from that I'm calling a method 10 times.
Will it affect the performance for my program.
thanks
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
Well I don't think singleton will create any performance issues unless the methods in the singleton class are synchronized...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: singleton class performance isssue.
|
|
|