I do not get the point of HashTable class. Could anyone explain what is a hashtable and what is it useful for?
Thanks.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10123213.html
Zones:
JavaDate Answered: 01/30/1999 Rating: 7.4 Views: 0
OK, here's a humdinger of a question.
I'm creating hashtables that are inputted into files of type .ser. Before putting a new entry into the hastable I read from a file that should contain the h...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10275403.html
Zones:
JavaDate Answered: 01/31/2000 Rating: 8.2 Views: 0
I have a html document. it contains all possible tags in the document. I have a hashtable object. which contain the html object name and its value.
I have to find the location of the name in...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11332457.html
Zones:
JavaDate Answered: 09/22/2000 Rating: 7.2 Views: 0
Hi I have a hash table like this
inventHT = new java.util.Hashtable();
inventHT.put("wwnK", "12.34.56.78.34.56.7");
inventHT.put("nameK", "Ario Engineering");
inven...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20190858.html
Zones:
JavaDate Answered: 10/24/2001 Rating: 9.0 Views: 0
Is there any good code or component implement HashTable or HashMap.
good performence is better.
thanks.
http://www.experts-exchange.com/Programming/Languages/Q_20420609.html
Zones:
LanguagesDate Answered: 12/24/2002 Rating: 7.6 Views: 0
Hi all,
I am new with Hashtables. I have created a Hashtable known as rank1. I wish to use the "rank1.put()" method to assign a key and a value to the table rank1. However, the '1' in the rank1....
http://www.experts-exchange.com/Programming/Languages/Java/Q_20444474.html
Zones:
JavaDate Answered: 11/25/2003 Rating: 6.4 Views: 0
Hi ,
Can I convert a HashTable to an ArrayList
thx
http://www.experts-exchange.com/Programming/Languages/Java/Q_20821413.html
Zones:
JavaDate Answered: 12/09/2003 Rating: 9.4 Views: 66
I would like to create different hashtable for each clients get into the page in servlet, how to do that?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20848801.html
Zones:
Java,
ServletsDate Answered: 01/13/2004 Rating: 8.2 Views: 0
As we all know a HashTable CANNOT contain the same key twice, well, i have a problem, which is, when i test to see of the hashtable alreday has the key, i get a negative answer:
if(!tickets.Cont...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20912150.html
Zones:
C#Date Answered: 03/09/2004 Rating: 7.0 Views: 0
Hi Experts,
I have
Hashtable someParams = new Hashtable();
someParams.put( "A", "A" );
someParams.put( "B", "B"" );
Then I am trying to get data from it
...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20938246.html
Zones:
JSPDate Answered: 04/02/2004 Rating: 8.2 Views: 0