Hello,
Is such a thing possible? It compiles OK, but I ger ArrayIndex out of bound for the following snippet:
HashMap[] result = new HashMap[5];
result[0].put("name", new
String("The Name"));
What is wrong here?
Using Hashtables yields the same result.
Many thanks in advance,
nmk