aspose file tools
The moose likes Java in General and the fly likes why t is small in Hashtable class of java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "why t is small in Hashtable class of java" Watch "why t is small in Hashtable class of java" New topic
Author

why t is small in Hashtable class of java

Ishant Agarwal
Greenhorn

Joined: Sep 09, 2011
Posts: 21
why t is small in Hashtable class of java
John Jai
Bartender

Joined: May 31, 2011
Posts: 1776
just a guess... since Map and Set are interfaces and hence HashMap and HashSet have capitals... and there is no such collection interface named Table as such..
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32651
    
    4
Because somebody thought hashtable is all one word? Because somebody misunderstood the convention about subsequent words having capital letters? I think there probably is no deep mysterious reason for it.
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3791
    
    1

And because once it's been released with that spelling (back in the original version of Java) it's too late to change it.
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4163
    
    3

Hashtable isn't alone. There's also java.awt.Checkbox, and, arguably FilenameFilter and the 4 classes starting with Charset


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: why t is small in Hashtable class of java
 
Similar Threads
Frequent use of HashTable class. Why?
why it is Hashtable?? and not HashTable.!!!
Problem with RequestDispatcher.
Why Hashtable not allowing null key values?
basic difference HashMap & HashTable