two dimensional array implementation by using hashtable...
807603Nov 27 2007 — edited Nov 27 2007Hi! 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...