today I've a simple question for you. Please Solve this problem:
List<String> split1 = Arrays.asList(str.split(" "));
String split1.get(0) = split1.get(1);
It returns an error:
The left-hand side of an assignment must be a variable
Please help me with the little Java Problem.