I have SortedMap in Servlet to populate drop down values in JSP and I have the following code
SortedMap dept = findDepartment();
i tried the last answer from Sandeep Kumar, and i found way more simple :
selected >