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
Give me example of chain of responsibility design pattern?
Why have we declared the instance reference volatile?
What are the main usage of the patterns?
What is the design pattern?
What are the design patterns you know explain?
What is use case in clean architecture?
what is the lazy design pattern?
When should design patterns be used?
What is single tone design pattern in java?
Which design pattern is mvc?
What is onion architecture?
Are you using singleton in your code?
What is synchronizer token pattern?
Can we have this pattern implemented using static class?
Write the code for a singleton class?