Core Spring Data
Written by: Oliver Gierke
Featured Refcardz: Top Refcardz:
  1. Git
  2. Prep for CD
  3. DNS
  4. Data Mining
  5. Spring Data
  1. Data Mining
  2. Spring Data
  3. DNS
  4. Machine Learning
  5. MongoDB

Link Details

Link 939751 thumbnail
User 884233 avatar

By screener
via javarevisited.blogspot.in
Published: Mar 15 2013 / 22:53

Singleton and Static Class in Java ( A class with all static methods) has couple of similarities, e.g. both can be used without creating multiple instances, but there are subtle differences between them, which makes static class suitable in certain cases, and Singleton pattern on other. This article, explores difference between Singleton and Static class in Java, to make a informed decision about, when to use Singleton or Static Class in Java.
  • 16
  • 0
  • 1459
  • 2662

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.