Posts by bruno3 • 53 points
1 post
-
5
votes1
answer87
viewsQ: Java int[] arraylist
I’m creating a list from a array using the method Arrays.asList. Now I want to remove the first element, but Java accuses: Exception in thread "main" java.lang.Unsupportedoperationexception…