Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,329

    Re: question from the Core Java II book

    Hash table is an idea of a data structure. HashTable and HashMap as they are known in java are both hash tables. You can pass in an initial capacity and load factor into both of them. The only...
  2. Replies
    3
    Views
    1,329

    Re: question from the Core Java II book

    The point of a hash table is to make looking for objects faster because they are put into buckets. I think i have a decent analogy that may help.

    Imagine you have a huge bin of...
Results 1 to 2 of 2