ai
2013년 12월 17일 화요일
static 영역에서 싱글턴 구현 (inner class)
public class Stage{
private Stage(){}
private static class StageSingletonHolder{
static Stage instance = new Stage();
}
private static Stage getInstance(){
return StageSingletonHolder.instance;
}
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기