-1

I have a String activity[]=new String[2] say activity[0]=["sleeping"] and activity[1]=["eat","play"] and another String name[]=new String[2] say name[0]="amit" and name[1]="sumit" I have passed both string array to jsp page. Now I want to display these two strings in tabular manner say

enter image description here

how can I achieve it using jsp.

4

1 に答える 1