Olá, no meu código a linha
Set<Aluno> alunosSincronizados = Collections.synchronizedSet(alunos);
não funcionou.
De que tipo tenho que criar os alunos
?
A mensagem mostrada ao passar o mouse sobre o erro é essa
The method synchronizedSet(Set<T>) in the type Collections is not applicable for the arguments (List<Aluno>)