Unchecked or Unsafe Operation

Note: Main.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
mam why my code is throwing this error?

mention the type in arraylist everywhere like

ArrayList < String > result = new ArrayList < > ();