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
How a string is stored in memory?
why we use merge option in hybernate pls give a ex snippet
What is the collections api?
What is variable declaration and definition?
How do you escape in java?
What is r in java?
What is singleton class in ruby?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Can you achieve runtime polymorphism by data members?
What is difference between equals and hashcode method?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is a function in programming?
which class is the wait() method defined in? : Java thread
Is sizeof a preprocessor?
How many types of literals are there in JAVA?