Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

two dimensional array implementation by using hashtable...

807603Nov 27 2007 — edited Nov 27 2007
Hi! is there way to implement two dimensional array by using hashtable class object?
For instance:
table[1]["23"]=0 and at the same table[1]["2"]=2...

i meant can we use one dimension as integer aonther dimension as string and equal value would be an integer?...
is there a way to do this in java??
THX FOR YOUR REPLIES...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2007
Added on Nov 27 2007
3 comments
642 views