In collection..when we want to add any string or value.. we use add function...actual function is public boolean add(Object elem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In collection..when we want to add any string or value.. we use add function...actual function is public boolean add(Object elem

22nd Dec 2016, 2:47 PM
Somnath Ghosh
Somnath Ghosh - avatar
1 Answer
0
For example? Java documentation doesn't declare like that the add function of collection boolean add(E e) Appends the specified element to the end of this list Depending of the implementation (ArrayList, linked, so on) some validate duplicity, of null, but in all you can add directly the string
22nd Dec 2016, 3:54 PM
Dago VF
Dago VF - avatar