Blogspot - curiousjava.blogspot.com - The Geek's Blog

Latest News:

Sim Card Science 21 Mar 2013 | 09:03 am

A Basic knowledge about the Sim Card A subscriber identity module or subscriber identification module (SIM) is an integrated circuit that securely stores the International Mobile Subscriber Identity ...

Sim Card Science 21 Mar 2013 | 09:03 am

A Basic knowledge about the Sim Card A subscriber identity module or subscriber identification module (SIM) is an integrated circuit that securely stores the International Mobile Subscriber Identity ...

Primitive Obsession with Example 11 Sep 2012 | 02:39 pm

Primitive Obsession is the name of a code smell that occurs when we use primitive data types to represent domain ideas. For example, we use a string to represent a message or an integer to represent a...

Primitive Obsession with Example 11 Sep 2012 | 02:39 pm

Primitive Obsession is the name of a code smell that occurs when we use primitive data types to represent domain ideas. For example, we use a string to represent a message or an integer to represent a...

Factory Pattern 6 Mar 2012 | 08:07 pm

This pattern is used when it must be decided at run time which one of several compatible classes is to be instantiated. For example, the abstract Collator class's getInstance() method returns a colla...

Singleton Pattern 6 Mar 2012 | 07:02 pm

Lazy Initialization:-The instantiation of an object can be delayed until it is actually needed. Usage: This especially beneficial when the constructor is doing a costly job like, accessing a remote d...

Factory Pattern 6 Mar 2012 | 11:07 am

This pattern is used when it must be decided at run time which one of several compatible classes is to be instantiated. For example, the abstract Collator class's getInstance() method returns a colla...

Singleton Pattern 6 Mar 2012 | 10:02 am

Lazy Initialization:-The instantiation of an object can be delayed until it is actually needed. Usage: This especially beneficial when the constructor is doing a costly job like, accessing a remote d...

Design Patterns (TID) 10 Jan 2012 | 11:45 pm

The pattern is an organised way of solving some specific class of problems. These patterns come in to the picture at analysis and high-level-design phase. The first step of applying one pattern to t...

Design Patterns (TID) 10 Jan 2012 | 02:45 pm

The pattern is an organised way of solving some specific class of problems. These patterns come in to the picture at analysis and high-level-design phase. The first step of applying one pattern to t...

Recently parsed news:

Recent searches: