This the ERROR in Java code during compilation .What is this??
Note: Recompile with -Xlint:unchecked for details.
Now when i use :
javac ABC1.java -Xlint
ABC1.java:26: warning: [unchecked] unchecked call to add(E) as a member of
the raw type java.util.ArrayList
list1.add(p);
^
1 warning