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 r in java?
Why should I use abstract class?
How do you define a parameter?
How can you say java is object oriented?
What is Java Reflection API? Why it’s so important to have?
Is hashset ordered java?
How to make a class or a bean serializable?
Is zero a natural number?
what is use of functional interface in java 8?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
How do you get the length of a string in java?
What are keywords and reserved words in java?
What is the name of the java compiler?
What are scalar data types?
What is api in java?