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 is a function in programming?
What is Java Shutdown Hook?
Can we overload destructor in java?
How java is similar to c?
What is hashing principle in java?
What is string in java? String is a data type?
How we can generate random numbers in java?
Which class is the superclass for all the classes?
Which is better singleton or static class?
What is the difference between the direct buffer and non-direct buffer in java?
What is a condition in java?
Why is the main method static?
Why are generics used?
What do you mean by default constructor in java?
Tell me the Importent classes in net package?