Test Yantra Interview Question

how to add elements to arraylist and hashmap

Interview Answer

Anonymous

May 13, 2019

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

1