Design Patterns Question:

Download Job Interview Questions and Answers PDF

What is difference between GoF and J2EE patterns?

Design Patterns Interview Question
Design Patterns Interview Question

Answer:

GoF DESIGN PATTERN
==================
The Gang of Four were the first publishing a book about
design patterns. The patterns are rather basic in nature and
can be applied to almost any object oriented system.

J2EE DESIGN PATTERN
===================
J2EE patterns are much more specialized, obviously. Many are
in fact specialized versions of GoF patterns, applied to
problems specific to J2EE development.

Download Design Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
What is Architecture and what is design? Are they related?What is design pattern?