I have following two array in my code
List centralityList = (List) request .getAttribute(\"centralityList\"); List&l
You can use JSTL tags and iterate through this-
// do something with the element
Use this in your jsp page
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>