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 do you understand by the term wrapper classes?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is the replace tool?
Differentiate between stringbuffer and stringbuilder in java.
List implementations of list interface?
Is object a data type in java?
How to create a custom exception?
What is google full form?
How will you get the platform dependent values like line separator, path separator, etc., ?
Can private class be extended java?
What is compareto?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Is binary a low level language?
Difference between final and effectively final ? Why is effectively final even required ?
What are design patterns and please explain?