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
How to display arraylist values in java?
What are the new features in java 8? Explain
How many decimal places is a double?
How do you declare a string variable?
What is the purpose of methodology?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is java oops?
how is final different from finally and finalize in java?
Can a constructor be private and how are this() and super() method used with constructor?
What does sprintf return?
What is the maximum size of arraylist in java?
Give the hierarchy of inputstream and outputstream classes.
What is deserialization?
What is the use of optional ?
What is a flag variable?