Frage im Vorstellungsgespräch bei Amazon

What is a Hash Table

Antworten zu Vorstellungsgespräch

Anonym

27. Okt. 2011

It is a synchronized version of Hashmap with an exception that it does not allow null keys and null values. Stores KEY VALUE pairs. What happens if you try to add a null key or value? Code will compile fine but you will get java.lang.NullPointerException on execution.

Anonym

4. März 2011

Just google it