GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns

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



August 08, 2007 07:04:50 #1
 ٍSherif Muhammed   Member Since: Visitor    Total Comments: N/A 

RE: How many types of design patterns are there in Jav...
 
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.
     

 

Back To Question