Without Book اطرح سؤالا
Review the question and existing answers carefully before replying. The best answers explain the reasoning, steps, and tradeoffs so other learners can benefit too.
السؤال. 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