I want to create an unmodifiable list but I get the following error. Current JDK that I\'m using is 11.
package com.example.demo; import java.util.List; import