How to remove a particular element in an array? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How to remove a particular element in an array?

Is there any remove function?

19th Oct 2017, 8:08 AM
Initiator
1 Resposta
+ 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