Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java%20Design%20Patterns%20Interview%20Questions%20and%20Answers

Question: Can you name few design patterns used in standard JDK library?
Answer: Decorator design pattern which is used in various Java IO classes, Singleton pattern which is used in Runtime , Calendar and various other classes, Factory pattern which is used along with various Immutable classes likes Boolean e.g. Boolean.valueOf and Observer pattern which is used in Swing and many event listener frameworks.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook