What is difference between GoF and J2EE patterns?
Answer Posted / 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 View All Answers
What is the use of repository pattern?
What is use case in clean architecture?
Is mvc is a design pattern?
Can we have this pattern implemented using static class?
Why should we not use singleton pattern?
What are creational design patterns?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Is singleton scope thread safe?
What is the executor design pattern?
Can we inherit singleton class?
Is singleton bean thread safe?
What are the 23 design patterns?
Are singletons bad?
What is the difference between 3 tier and n tier architecture?
What are the SDLC phases you have invloved ?