Main.java uses unchecked or unsafe operations

Main.java uses unchecked or unsafe operations…Mam why my code is throwing this error?

mention the type in arraylist everywhere like

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