<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Singleton Design Pattern in Java</title>
	<link>http://www.javenue.info/post/40</link>
	<description>Блог разработчика о Java и родственных технологиях</description>
	<pubDate>Sun, 05 Feb 2012 00:33:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: sagar</title>
		<link>http://www.javenue.info/post/40#comment-89367</link>
		<author>sagar</author>
		<pubDate>Thu, 29 Sep 2011 04:13:17 +0000</pubDate>
		<guid>http://www.javenue.info/post/40#comment-89367</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javin @ HashMap vs Hashtable in JAva</title>
		<link>http://www.javenue.info/post/40#comment-77672</link>
		<author>Javin @ HashMap vs Hashtable in JAva</author>
		<pubDate>Sat, 09 Apr 2011 09:16:03 +0000</pubDate>
		<guid>http://www.javenue.info/post/40#comment-77672</guid>
		<description>Nice article. just to add 
While writing Singleton class you also need to consider following points :
1) Lazy initialization 
2) Early initialization
3) Serialization
4) Many ClassLoaders
5) Cloning


Thanks
Javin
&lt;a href="http://javarevisited.blogspot.com/2011/03/10-interview-questions-on-singleton.html" rel="nofollow"&gt; Singleton Pattern in Java &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nice article. just to add<br />
While writing Singleton class you also need to consider following points :<br />
1) Lazy initialization<br />
2) Early initialization<br />
3) Serialization<br />
4) Many ClassLoaders<br />
5) Cloning</p>
<p>Thanks<br />
Javin<br />
<a href="http://javarevisited.blogspot.com/2011/03/10-interview-questions-on-singleton.html" rel="nofollow"> Singleton Pattern in Java </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.javenue.info/post/40#comment-72512</link>
		<author>Omar</author>
		<pubDate>Wed, 01 Dec 2010 17:43:55 +0000</pubDate>
		<guid>http://www.javenue.info/post/40#comment-72512</guid>
		<description>This Singleton is very useful to avoid load properties file every time you need it, so it saves much resource and is easy to use. Specially for enterprise apps.

Thank you!</description>
		<content:encoded><![CDATA[<p>This Singleton is very useful to avoid load properties file every time you need it, so it saves much resource and is easy to use. Specially for enterprise apps.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenchik</title>
		<link>http://www.javenue.info/post/40#comment-43195</link>
		<author>Lenchik</author>
		<pubDate>Thu, 05 Feb 2009 00:43:28 +0000</pubDate>
		<guid>http://www.javenue.info/post/40#comment-43195</guid>
		<description>Real singleton from Joshua Bloch...
public enum Singleton {  
    INSTANCE;  
    public void foo() {  }  
}</description>
		<content:encoded><![CDATA[<p>Real singleton from Joshua Bloch&#8230;<br />
public enum Singleton {<br />
    INSTANCE;<br />
    public void foo() {  }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

