<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - synchronized hashMap or Hashtable?</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 24 May 2013 20:52:15 -0400</pubDate>


    <item>

        <title>synchronized hashMap or Hashtable?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=10023</link>

        

        
            <description><![CDATA[<p>The synchronized collections classes, Hashtable and Vector, and the synchronized wrapper classes, Collections.synchronizedMap and Collections.synchronizedList, provide a basic conditionally thread-safe implementation of Map and List.<br/>However,...]]></description>
        

        <pubDate>Wed, 05 Jan 2011 09:56:31 -0500</pubDate>

        

        <jf:creationDate>Wed, 05 Jan 2011 09:56:31 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 05 Jan 2011 09:56:31 -0500</jf:modificationDate>
        <jf:date>Jan 5, 2011</jf:date>
        <jf:author>javabuddy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>synchronized hashMap or Hashtable?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=10023</link>

        

        
            <description><![CDATA[Yes, there will be only one thread in your EJB at any point of time. This is guaranteed by the specs....]]></description>
        

        <pubDate>Mon, 19 Nov 2001 22:48:55 -0500</pubDate>

        

        <jf:creationDate>Mon, 19 Nov 2001 22:48:55 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 19 Nov 2001 22:48:55 -0500</jf:modificationDate>
        <jf:date>Nov 19, 2001</jf:date>
        <jf:author>Pratap Das</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>synchronized hashMap or Hashtable?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=10023</link>

        

        
            <description><![CDATA[Would it cause me any problems (according to performance etc) - to use synchronization in my EJBs - like Hashtables or explicit synchronization of my methods (EJB methods or in objects that are used by my EJB). ...]]></description>
        

        <pubDate>Tue, 06 Nov 2001 09:11:40 -0500</pubDate>

        

        <jf:creationDate>Tue, 06 Nov 2001 09:11:40 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 06 Nov 2001 09:11:40 -0500</jf:modificationDate>
        <jf:date>Nov 6, 2001</jf:date>
        <jf:author>Niklas Eriksson</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>synchronized hashMap or Hashtable?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=10023</link>

        

        
            <description><![CDATA[IMO, the important thing is that in most of your code (except initialization) you use Map. This gives you the freedom to select different implementations as needed....]]></description>
        

        <pubDate>Mon, 05 Nov 2001 18:20:21 -0500</pubDate>

        

        <jf:creationDate>Mon, 05 Nov 2001 18:20:21 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 05 Nov 2001 18:20:21 -0500</jf:modificationDate>
        <jf:date>Nov 5, 2001</jf:date>
        <jf:author>Gal Binyamini</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>synchronized hashMap or Hashtable?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=10023</link>

        

        
            <description><![CDATA[Is there any significant difference between using a Hashtable (always synchronized) and using Collections.synchronizedMap(HashMap)???
<br>
<br>Please give me your opinions about when to use one or the other.
<br>
<br>]]></description>
        

        <pubDate>Mon, 05 Nov 2001 05:13:43 -0500</pubDate>

        

        <jf:creationDate>Mon, 05 Nov 2001 05:13:43 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 05 Nov 2001 05:13:43 -0500</jf:modificationDate>
        <jf:date>Nov 5, 2001</jf:date>
        <jf:author>Niklas Eriksson</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>



</channel>
</rss>

