Answer Posted / sri
What is desing pattern?
Commonly accepted solution for a particular problem is
called design pattern.
We can classify the design patterns into two.
1. Java core patterns.
2. J2ee Design patters.
Core patterns.
1) Creational (Factory pattern, singleton pattern....etc)
2) Structural (Adaptor, Composite... etc)
3) Behavioural(Command, Template, Strategy... etc)
Entepise Patterns. (We can catagoize by layer)
1) Business Facade - Business Layer
2) Business Interface - Business Layer
3) DAO pattern - Persistent Layer
4) Composite View - Presentation Layer
5) synchronized - Presentation Layer
6) Service Locator... etc...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is singleton and factory pattern?
What are the categories in which the design patterns can be divided?
Give me example of observer design pattern?
What is the executor design pattern?
What is the design pattern?
What is the difference between builder and composite?
Is dependency injection a design pattern?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are structural design patterns?
Did you use ooa/ood methodologies? Did you use design patterns?
Quartus II software version 6.0 is available for which operating systems (OS)?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Why is singleton bad?
What is the behavioral design pattern?
What are the benefits of the proxy in the design pattern?