what is the difference b/w design pattern and architecture

Answers were Sorted based on User's Feedback



what is the difference b/w design pattern and architecture..

Answer / srinivasa

Design pattern is part of the architecture to solve the
design problem.

Is This Answer Correct ?    2 Yes 1 No

what is the difference b/w design pattern and architecture..

Answer / rai

Architeture is a plan what we have to do for a perticuler
problem whereas pattern is nothing ut a solution for that
pertuler probelm and pattern is designed based on some
rules.

Is This Answer Correct ?    1 Yes 0 No

what is the difference b/w design pattern and architecture..

Answer / john

There is no difference

Is This Answer Correct ?    5 Yes 5 No

what is the difference b/w design pattern and architecture..

Answer / devarathnam c,kotagudibanda(po

Hi...
Architecture is nothing but plan for a specfic problem.
Design pattern is a solution for a given problem.I think in
java perspective "class" is a plan(blue print) and "object"
is a solution.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Core Java Interview Questions

What do u mean by variable?

1 Answers  


What is the use of flag?

1 Answers  


Break statement can be used as labels in java?

1 Answers  


Give us a program to check for parenthesis matching using stack.

1 Answers   Genpact,


Is null a keyword in java?

1 Answers  


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

1 Answers  


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


What are the methods available in a class?

1 Answers  


What are command line arguments?

5 Answers  


what is the difference between multitasking and multithreading?

21 Answers   TCS,


Explain about the select method with an example?

1 Answers  


Why wait and notify methods are declared in object class?

1 Answers  


Categories