Java Design Patterns Question:

State all the different patterns and give the various divisions present?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

There are various different patterns and they can be divided into these patterns they are: -
► Fundamental design patterns
► Creational patterns
► Partitioning patterns
► Structural patterns
► Behavioral patterns
► Concurrency patterns

Delegation, Interface, Immutable, Proxy and marker interface are some of the sub divisions present in Fundamental interface.


Previous QuestionNext Question
Explain about Template method?Identify singleton classes in a university that maintains several separate collections including the following for storing the list of faculty members, the list of students, the list of staff members, and one that maintains a list of these collections themselves?