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
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Is singleton bean thread safe?
Give me example of chain of responsibility design pattern?
What is mvp design pattern?
What is architecture and what is design?
What is the prototype design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
Is oop a design pattern?
What is onion architecture?
What is clean architecture?
What are the languages used in the design pattern?
Is mvc a software design pattern?
Why should we not use singleton pattern?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Can we have this pattern implemented using static class?