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
What are synchronized methods and synchronized statements in java programming?
Which graphs are functions?
What is meant by the value of a variable?
What all access modifiers are allowed for top class ?
what is collatration?
Explain an intermediate language?
What is object-oriented paradigm?
Is java 9 released?
Explain about fail fast iterators in java?
Which is better 64 bit or 32 bit?
Is alive in java?
What is the latest version of java?
What is the purpose of void?
What is the difference between an array and an array list?
Explain covariant method overriding in java.