what is main difference between architecture,framework and
design pattren
Answer Posted / manish kushwaha
Architecture: Architecture is the backbone of any
application which can stand application up, this is
basically the interaction between the different different
component in specific and efficient manner along with your
application business logic.
Framework: framework means some part is implemented and some
part need to be implement so that we can create complete
application, basically very common part corresponding vendor
will implement using the basic technology(Servlet and jsp)
say Apache Strust, JSf, Hibernate etc.
Now we can implement our business logic with this framework
and can make complete desired application.
Design Pattern: Main use of design pattern is to avoid code
duplication,to avoid maintenance and boost up the
performance of an Application.
now a days every framework is implemented on few basic
design pattern like
1) MVC
2) Front Controller etc.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are functions in java?
What is function and its uses?
What is a nullable field?
What is the constructor?
How to implement a multithreaded applet?
Have you ever used hashtable and dictionary?
What is the purpose of the system class in java programming?
How concurrent hashmap works?
What is a locale?
5 Coding best practices you learned in java?
How to access arraylist elements in java?
What if constructor is protected in java?
What do you understand by the term wrapper classes?
What are heap memory and stack memory and what are memory tables.
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?