what is main difference between architecture,framework and
design pattren

Answer Posted / abhishekshahi

Design Pattern: MVC to separate Model, View and Logic for recurring problem. Its a guideline.

Framework: Struts (using set of classes) implementing MVC Design Pattern guidelines.

Architecture: Solution to a business problem where MVC could be a solution and Struts could be used to realize that solution.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make a class singleton?

570


Can we start a thread twice in java?

504


Differentiate between a constructor and a method? Can we mark constructors final?

669


Can we override the overloaded method?

556


What is difference between c++ and java ?

660






What is byte code and why is it important to java’s use for internet programming?

588


What is meant by distributed application? Why are we using that in our application?

543


Explain the scope or life time of class variables or static variables?

508


What is the difference between the size and capacity of a vector?

559


How destructors are defined in java?

620


What is the use of parse function in java?

505


What's a method in programming?

540


Differences between external iteration and internal iteration?

568


What is regex in java?

523


Can we have two main methods in a java class?

532