How to remove a particular element in an array? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How to remove a particular element in an array?

Is there any remove function?

19th Oct 2017, 8:08 AM
Initiator
1 Antwort
+ 7
Array is immutable by nature, perhaps you can look into ArrayList. 😉 https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html
19th Oct 2017, 8:19 AM
Zephyr Koo
Zephyr Koo - avatar