Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Beginning Java
singleton class performance isssue.
swapnel surade
Ranch Hand
Posts: 129
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Sheriff
Posts: 9693
42
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
singleton class
Singleton class
singleton class
Singleton Class ?
what is a singleton class?
More...