What is difference between GoF and J2EE patterns?



What is difference between GoF and J2EE patterns?..

Answer / suvendu boity

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.

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

How to test the quality of design ?

1 Answers  


How would you improve the UX design of our product?

1 Answers  


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

0 Answers  


What are cascaded style sheets?

1 Answers  


Is dependency injection a design pattern?

0 Answers  


What is your research methodology?

1 Answers  


In which application lifecycle phases is an application architecture produced?

1 Answers   Microsoft,


What are the types of design patterns?

0 Answers  


Which Design Patterns you know?

4 Answers   Honeywell,


What is the design pattern?

0 Answers  


What is Software development life cycle....??

5 Answers   TCS,


Why singleton beans are not thread safe?

0 Answers  


Categories