Main.java:11: error: no suitable method found for add(String)
list.add("hello");
^
method List.add(int,Integer) is not applicable
(actual and formal argument lists differ in length)
method List.add(Integer) is not applicable
(actual argument String cannot be converted to Integer by method invocation conversion)
1 error