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 dead lock situation occurs in java and how you can identify it?
What are the string methods in java?
Why does java have different data types for integers and floating-point values?
Can we write multiple catch blocks under single try block?
How do you do descending order in java?
What is a stringbuffer?
Is singleton a bad practice?
What happens when a thrown exception is not handled?
What is a condition in programming?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What are the special characters?
How do you find the maximum number from an array without comparing and sorting?
What is object of class in java?
What is Java Reflection API? Why it’s so important to have?
What is treeset in java collection?