Folks,<P>Being a Perl hacker, I'm having a bit of a hard time figuring out how to do some things in Java...<P>In Perl, I constantly use hashes of hashes to store lots of data in memory, in key-value ...
I have the following variable:<BR>Hashtable contentDirectories = new Hashtable();<P>I have subsequently filled the hashtable with 1 or more entries as such:<BR ...
A colleague of mine recently ran into an issue that I have not run into myself, but found to be interesting and, in my opinion, worth blogging about here. During some distributed Java development, my ...