what is main difference between architecture,framework and
design pattren

Answer Posted / manidhar adiraju

Archi: It is an interaction between the components with in
the application or across the application.

Framework means semi completed reusable component to
develop webapp ex: in struts ActionServlet

Design pattern are set of rules given as best solutions for
reoccuring the problem in application development.
ex:
MVC is design pattern to develop the app. by seperating
presentation logic 4m another logics

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does constructor be static?

559


What is field name?

578


What is the difference between Java and C++?

607


What is the vector class in java programming?

555


What is the difference between ArrayList and Vector? which one is better in Java

594






What is unicode full form?

543


What is unicode used for?

564


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

511


What are the two ways to create a thread?

526


What is the difference between public, private, protected, and friend access?

566


How can we avoid including a header more than once?

601


What are the concepts of 'OOPS'?

590


What is anonymous inner class?

607


When we should use serialization?

556


Which number is denoted by leading 0x or 0x in java?

551