Noble Java...

Last Update: Dec 12, 2003

 Best Practices... examples from Joshua Bloch's Effective Java Programming Guide
Creating and Destroying Objects
  1. Consider providing static factory methods instead of constructors
  2. Enforce the singleton property with a private constructor
  3. Enforce non-instantiabilty with a private constructor
  4. Avoid creating duplicate objects
  5. Eliminate obsolete object references
  6. Avoid finalizers
 My Creations...
  1. 15 Puzzle 

  2. This requires JRE 1.4.2 to run.
 Links...
  1. http://java.sun.com
  2. http://www.javaworld.com
 Design Patterns...
Behavioral
  1. Chain of Responsibility
  2. Command
  3. Interpreter
  4. Iterator
  5. Mediator
  6. Observer
  7. State
Creational
  1. Abstract Factory
  2. Builder
  3. Factory
  4. Prototype
  5. Singleton
Structural
  1. Adapter
  2. Bridge
  3. Composite
  4. Decorator
  5. Facade
  6. Flyweight
  7. Proxy
 Write to me......
Vinay Nath Penmatsa: [email protected]
 Page Hits......
Visitor No:     Counter
Hosted by www.Geocities.ws

1