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 is identifier with example?
How does queue work in java?
What is sorting algorithm in java?
What will happen if static modifier is removed from the signature of the main method?
What is runtime polymorphism or dynamic method dispatch?
What is difference between module and function?
What is connection class in java?
What do you mean by order of precedence and associativity?
Explain the difference between comparator and comparable in java?
What if constructor is protected in java?
What is r in java?
What are the two types of java programming?
How can we make copy of a java object?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What about features of local inner class?