GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns
Go To First  |  Previous Question  |  Next Question 
 Java Patterns  |  Question 7 of 20    Print  
what is Creative Design Pattern?

  
Total Answers and Comments: 3 Last Update: June 16, 2007     Asked by: javajet 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 21, 2007 20:31:12   #1  
hmashruf Member Since: March 2006   Contribution: 32    

RE: what is Creative Design Pattern?
Hi

Patterns fall into 3 categories Creational Structural and Behavioral. With regards to Creational pattern objects are created depending on how they are expected to perform.
Examples: Factory AbstractFactory Builder Prototype Singleton.

Hope it helps.

Thank you.

 
Is this answer useful? Yes | No
March 08, 2007 00:28:12   #2  
SuprajaYKM Member Since: February 2006   Contribution: 3    

RE: what is Creative Design Pattern?
creational patterns deal with the best way to create instances of objects.This is important because your program should not depend on how objects are created and arranged.
simplest way to create an instance of an object is by using the new operator.In many cases the exact nature of the object that is created could vary with the needs of the program from time to time and abstracting the creation process into a special "creator" class can make your program more flexible and general.
Tyoes Creational Patterns 1) Factory method 2) Abstract Factory Method 3) Builder Pattern 4) Singleton Pattern


 
Is this answer useful? Yes | No
June 15, 2007 18:43:45   #3  
sudhir        

RE: what is Creative Design Pattern?
Creative Design Pattern is one J2EE patterns. This pattern is used for project design and building. Best ever patterns are J2EE patterns.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape