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 happens if we override private method?

0 Answers  


How to write custom exception in java?

0 Answers   Cyient,


what is bytecode ?explain in detail and watz the difference between bytecode and machine code?

6 Answers   Lucent,


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


What are the differences between string, stringbuffer and stringbuilder?

0 Answers  






How many types of voids are there?

0 Answers  


What exactly is java?

0 Answers  


What is use of inner class in java?

0 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


Difference between String & StringBuffer

16 Answers   IBM, Infosys, Tech Mahindra, Wipro,


Define reflection.

0 Answers  


Explain different forms of polymorphism?

0 Answers  


Categories