由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - static getInstance()
相关主题
thread safe Singleton 的几种方法?question: how to implement this
basic java questionSingleton vs. static class?
看到一个关于singleton的面试题Singleton
一个关于generics的问题Where does Java Store Static Variable?
关于singleton三论abstract class
今天下午要面一个老印发现 synchronized 的一个问题
Converge of languages and design patternJava大侠们:Hashtable help please!
Apply lock on a class.How is the Jboss AS performance?
相关话题的讨论汇总
话题: static话题: class
进入Java版参与讨论
1 (共1页)
p***p
发帖数: 559
1
经常看见高手用个来获得本Class的一个instance,请问
一般是什么情况下用呢
R*******r
发帖数: 104
2
Singleton, some class may take a lot of resource and you want only
one instance in the JVM, then you use it. Factory pattern uses it too.

【在 p***p 的大作中提到】
: 经常看见高手用个来获得本Class的一个instance,请问
: 一般是什么情况下用呢

1 (共1页)
进入Java版参与讨论
相关主题
How is the Jboss AS performance?关于singleton
array 在java里 是一定放在heap 吗?今天下午要面一个老印
JAVA 求解Converge of languages and design pattern
Static就是个混球Apply lock on a class.
thread safe Singleton 的几种方法?question: how to implement this
basic java questionSingleton vs. static class?
看到一个关于singleton的面试题Singleton
一个关于generics的问题Where does Java Store Static Variable?
相关话题的讨论汇总
话题: static话题: class