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

What do you understand by the term singleton?

584


How to handle a web browser resize operation?

545


What is the meaning of course?

589


Is java an open source?

530


What are the super most classes for all the streams?

1175






What is jvm? Why is java called the platform independent programming language?

549


What is a flag value?

523


How do you access command-line arguments within the code?

573


How many ways can an argument be passed to a subroutine and explain them?

585


Which class should you use to obtain design information about an object in java programming?

651


Describe the process as to how substring() methodology mechanisms in java.

563


What is nullpointerexception?

563


What is synchronization and why is it important in java programming?

473


When throw keyword is used?

594


How to access arraylist elements in java?

495