Test Yantra interview question

how to add elements to arraylist and hashmap

Interview Answer

Anonymous

13 May 2019

Arraylist arr = new Arraylist(); arr.add(1);

1