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
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?
5.Develop an entity relationships diagram that identifies physical entity relationships.
what are the creational design patterns
What are the main types of concurrency design patterns?
What is viper architecture?
What is the difference between proxy and adapter?
When singleton pattern is used?
Why have we used synchronized here?
What are the most important software design patterns?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What are the main usage of the patterns?
What are the types of design patterns?
What is singleton and factory pattern?
What are the types of participants of the prototype design pattern you will get?