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 |
What is the difference between proxy and adapter?
Can we have this pattern implemented using static class?
When to Use a Factory Pattern?
Why have we declared the instance reference volatile?
Explain what are 5 common problems in the software development process?
Did you use ooa/ood methodologies? Did you use design patterns?
What do you do to ensure that your design is carried out perfectly from your end?
What are 5 common problems in the software development process?
Design Facade pattern - What is its application in projects ?
What is synchronizer token pattern?
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
What non-visual coding tools are available for web design?