cast session variable to array list issue
843841Aug 30 2007 — edited Aug 30 2007Hi,
If i compile the follwing code I get a warning: uses unchecked or unsafe operations. Am I missing something or can that warning be ignored?
ArrayList<String> filterArray = new ArrayList<String>();
filterArray = (ArrayList<String>)session.getAttribute("filterArray");
Thanks