0
Converting an ArrayList into an Array and vice-versa (Java)
I would need some help with clarifying the convertion from an arraylist into an array and vice-versa. It does say in the ArrayList lesson that you can "convert an ArrayList to an array by simply changing the values", but I don't seem to understand what that exactly means. Any help is appreciated!
2 ответов
+ 1
https://www.programiz.com/java-programming/examples/convert-list-array
Hope this helps you