We saw that Arrays can hold multiple values in them and also that the ArrayLists are even better in terms of features than arrays. Wouldn't it be nice if we can convert an array to list and vice versa? Yes it would be nice and that is exactly what we are going to look in this chapter.
So, lets get started!!!
Converting Arrays to Lists and Lists to Arrays
There are a couple of methods that