Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is main difference between architecture,framework and
design pattren

Answers were Sorted based on User's Feedback



what is main difference between architecture,framework and design pattren..

Answer / manidhar adiraju

Archi: It is an interaction between the components with in
the application or across the application.

Framework means semi completed reusable component to
develop webapp ex: in struts ActionServlet

Design pattern are set of rules given as best solutions for
reoccuring the problem in application development.
ex:
MVC is design pattern to develop the app. by seperating
presentation logic 4m another logics

Is This Answer Correct ?    6 Yes 1 No

what is main difference between architecture,framework and design pattren..

Answer / 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

what is main difference between architecture,framework and design pattren..

Answer / 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

More Core Java Interview Questions

Why do we need singleton class?

0 Answers  


Explain the difference between an Interface and an Abstract class?

0 Answers   BirlaSoft,


What do you mean by object?

0 Answers  


Why string is popular hashmap key in java?

1 Answers  


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


whays is mean by inner class?

4 Answers   HCL, IBM, TCS,


When do we use synchronized blocks and advantages of using synchronized blocks?

0 Answers  


What is Connection pooling? Explain Pros and Cons?

1 Answers  


What is method and methodology?

0 Answers  


Explain where variables are created in memory?

0 Answers  


Java is based on pass by reference or pass by value ..

6 Answers   L&T, Wipro,


Explain JSP life cycle

1 Answers   Cap Gemini,


Categories