Note: Main.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
mam why my code is throwing this error?
Unchecked or Unsafe Operation
mention the type in arraylist everywhere like
ArrayList < String > result = new ArrayList < > ();