Singleton Vs Static Classes

What is the Difference b/w implementing a singleton pattern and making a class Static?
[100 byte] By [murthyraam@yahoo.co.ina] at [2007-10-2 4:40:03]
# 1
If you implement a (the?) singleton pattern, references to the resulting object can be passed around as method arguments, and it canbelong to a class which implements useful interfaces or extendssome useful base class.
pbrockway2a at 2007-7-16 0:13:08 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
http://java.sun.com/developer/technicalArticles/Programming/singletons/index.html
pbrockway2a at 2007-7-16 0:13:08 > top of Java-index,Other Topics,Patterns & OO Design...