Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: java.lang.String cannot be cast to java.util.Hashtable

    You should give every key a new value when adding to a hashtable. If you capture the value returned by the put() method you will see that you are continually replacing the hashtables entries not...
  2. Re: java.lang.String cannot be cast to java.util.Hashtable

    Explain what you want to do with the Hashtable that is returned by the method?
  3. Re: java.lang.String cannot be cast to java.util.Hashtable

    Why do you expect the value to be a Hashtable?

    What does the keys() method return?
Results 1 to 3 of 3