0

I need to remove item with value 4 from the following list.

List<Integer> list = Array.asList(1,4,5,6,7);

sukanya meruva Answered question