Valtech Interview Question

How hash-map works

Interview Answer

Anonymous

Mar 23, 2018

Hash - map implements Map interface and it works as key-value pairs, it can contain 1 null key with many null values.