Arrays.asList(array) Won't Not Give You ArrayList, Here is Why?
Whenever you have a primitive array and you would like to convert it to List (collection-based array). You might do this using asList() method of Arrays class of Collections framework. But this doesn't result to ArrayList, instead to an implementati...
shendy.hashnode.dev2 min read