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 purpose do the keywords final, finally, and finalize fulfill?

0 Answers  


What is object cloning in Java?

0 Answers   SwanSoft Technologies,


What is the default execution method in java?

0 Answers  


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


What are java threads?

0 Answers  






Is string a class in java?

0 Answers  


What are invisible components?.

0 Answers  


Explain what pure virtual function is?

0 Answers   Aricent,


What is mean by UML? what is the use? where we are using?

1 Answers   Eka Software,


how to use finalize()Method to resources

4 Answers   TCS,


What is tree in java?

0 Answers  


What is the difference between super class & sub class?

0 Answers  


Categories