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

How to implement an arraylist in java?

0 Answers  


What is meant by packages?

4 Answers  


What is array length?

0 Answers  


What is javac in java?

0 Answers  


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

0 Answers  






What does regex mean?

0 Answers  


What are basic data types?

0 Answers  


primitive data types in Java ?

3 Answers  


is there any function in java to make the text to blink?

6 Answers  


Does apple use java?

0 Answers  


What are green threads in java?

0 Answers  


Can I uninstall java?

0 Answers  


Categories