Design Patterns Question:
Download Questions PDF

What is Architecture and what is design? Are they related?

Design Patterns Interview Question
Design Patterns Interview Question

Answer:

Architecture: Defines multi-layer design to implement a complex business solution and shows how each layer interact with each other efficiently. Depicts the different layers involved in the application. Addresses gray areas such as performance issues, high availability of the critical applications.

Design Models: Talks more about the individual components that build the complex application. It shows the relationship between these objects and how they are logically separated.

Download Design Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
what is the difference between the Adapter Pattern and Proxy Patterns? its seems both are almost similar?What is difference between GoF and J2EE patterns?