Without Book 질문하기
질문. Singleton pattern internally used in java api
- Please let me know whether any singleton pattern is used in java api. If internally it used then where it has been used?
작성일 Jul 23, 2014 작성자 Tom Grain
답변. Singleton design pattern used in java api follows:
java.lang.Runtime#getRuntime() java.awt.Desktop#getDesktop()
For more details check below link:
http://www.withoutbook.com/InterviewQuestionAnswer.php?tech=56&quesId=2755&subject=Java%20Design%20Patterns%20Interview%20Questions%20and%20Answers
java.lang.Runtime#getRuntime() java.awt.Desktop#getDesktop()
For more details check below link:
http://www.withoutbook.com/InterviewQuestionAnswer.php?tech=56&quesId=2755&subject=Java%20Design%20Patterns%20Interview%20Questions%20and%20Answers
작성일 Jul 26, 2014 작성자 Johny Verma