aspose file tools
The moose likes Beginning Java and the fly likes singleton class performance isssue. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "singleton class performance isssue." Watch "singleton class performance isssue." New topic
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
    
    2

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: singleton class performance isssue.
 
Similar Threads
singleton class
Singleton class
Singleton Class ?
singleton class
what is a singleton class?