: question it is possible to use string instead of int in the hash : tables???? : : : : you have heard about the link java2.com??? : : i can't open that link anymore it has a lot of programs related to : java pal... : Hashtables are designed to take any Object as key and map those to anyother Object. Thus: [code] Hashtable [/code] will map Strings to MyObjects, while [code] Hashtable [/code] will map Applets to JFrames.
Comments
:
Great post, but what's your question?
you have heard about the link java2.com???
i can't open that link anymore it has a lot of programs related to java pal...
: tables????
:
:
:
: you have heard about the link java2.com???
:
: i can't open that link anymore it has a lot of programs related to
: java pal...
:
Hashtables are designed to take any Object as key and map those to anyother Object. Thus:
[code]
Hashtable
[/code]
will map Strings to MyObjects, while
[code]
Hashtable
[/code]
will map Applets to JFrames.