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 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 does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?

0 Answers  


In the below example, what will be the output?

0 Answers  


What is high level language in computer?

0 Answers  


Can java object be locked down for exclusive use by a given thread?

0 Answers  


What is the difference between a public and a non-public class?

2 Answers  


What is method in research paper?

0 Answers  


What is a java list?

0 Answers  


What one should take care of, while serializing the object?

0 Answers  


What data type is true or false?

0 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


when you will synchronize a piece of your code? : Java thread

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Categories