what is main difference between architecture,framework and
design pattren
Answer Posted / abhishekshahi
Design Pattern: MVC to separate Model, View and Logic for recurring problem. Its a guideline.
Framework: Struts (using set of classes) implementing MVC Design Pattern guidelines.
Architecture: Solution to a business problem where MVC could be a solution and Struts could be used to realize that solution.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what happens when a thread cannot acquire a lock on an object? : Java thread
What is meant by call by reference?
Explain about object oriented programming and its features?
What is deserialization?
Where we write javascript code in html page?
Is there any limitation of using inheritance?
Explain the scope or life time of class variables or static variables?
Can a class have multiple superclasses?
What are the kinds of polymorphism?
Is it possible for a yielded thread to get chance for its execution again?
What is the difference between assignment and initialization?
What is protected access modifier?
What does a za z0 9 mean?
What does .equals do in java?
What is collection class in java?