How many types of design patterns are there in Java? Which is suitable for any web-application?

Showing Answers 1 - 12 of 12 Answers

ٍSherif Muhammed

  • Aug 23rd, 2007
 

There is three category in the design pattern realm
1- Creation
2- Structure
3- Behavioral

each category has its pattern this page may help you:

http://en.wikipedia.org/wiki/Category:Software_design_patterns

Actually the most suitable pattern for web application is Data Access Object,Command,Model1... etc.

  Was this answer useful?  Yes

Anuja Desai

  • Aug 25th, 2011
 

Can someone help me out for this question. It's very emergency. I need as soon as possible. might be within 4hours. They didn't mention about the code language. So please reply me appropriate answer with the details.

  Was this answer useful?  Yes

Savindra

  • Oct 3rd, 2011
 

There is no specific count. As per GOF - Gang of four there are 23 qualified patterns.

  Was this answer useful?  Yes

A User

  • Feb 15th, 2012
 

MVC pattern is most suitable for web application.. Inside it, you may use diff design patterns..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions