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


Please Help Members By Posting Answers For Below Questions

What is the right data type to represent a price in java?

574


Is there any difference between nested classes and inner classes?

544


What is entry in java?

537


What is method with example?

585


How do you delete a list in java?

536






What is the main difference between java platform and other platforms?

511


Explain the difference between serializable and externalizable in java?

543


What is the longest unicode character?

695


What is equlas() and hashcode() contract in java? Where does it used?

618


Can constructor be inherited?

580


Is string is a data type in java?

593


What is number data type?

534


What are the 4 types of research methods?

518


What state is a thread in when it is executing?

533


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

664