Linked Questions

Popular Questions

I have a requirement of displaying data from List> in JSP. so how to do it in JSP? What would be the best approach to do that? Eg;

List<Map> list=new ArrayList<Map>();

List of Mapping objects... we will add list objects to mainList. It will be like this..

List<List> mainList=new ArrayList<List>();

Thanks in advance!!! Earlier reply Highly Appreciated...

Related Questions