How many types of design patterns are there in Java? Which is suitable for any web-application?
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.