Main.java uses unchecked or unsafe operations…Mam why my code is throwing this error?
Main.java uses unchecked or unsafe operations
mention the type in arraylist everywhere like
ArrayList < String > result = new ArrayList < > ();
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 < > ();