import java.util.ArrayList; public class Remove2{ private static ArrayList lst = new ArrayList(); public static void main(){ lst.remove("aaa"); } }