Posts by ana_carlagb • 1 point
1 post
-
-1
votes2
answers538
viewsA: Exception in thread "main" java.lang.Unsupportedoperationexception
If you need to use Arrays.asList() anyway, then you can do it this way to avoid the error. List list = new Arraylist(Arrays.asList())