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


Please Help Members By Posting Answers For Below Questions

Is 64bit faster than 32 bit?

571


how to create multithreaded program? Explain different ways of using thread? : Java thread

523


What is the scope or life time of instance variables?

646


Why can we not override static method?

583


Can there be an abstract method without an abstract class?

528






What is classpath?

542


When is the finally clause of a try-catch-finally statement executed?

490


Which methods cannot be overridden in java?

528


Can we declare the static variables and methods in an abstract class?

540


Is empty string in java?

532


Can string be considered as a keyword?

559


How can we create a synchronized collection from given collection?

573


What's the base class in java from which all classes are derived?

733


What do you mean by compiler?

571


What is boolean keyword in java?

588