Write efficient java code and oracle query

In Java you have collections like List or Set which could be thought of as a Table or Rows.

You also have Map which acts like an unique index, and NavigableMap which works like a unique sorted index. There is also MultiMap which is like a non-unique index.

Leave a Comment