I am using a dynamic 2D array in my jsp page. I want to flush out the contents on reset/refresh of the jsp page.
But on reset/refresh its againg showing me the old values.
Can some one suggest me how to reset the array content.
Array: statBowList[][]
**I dont want to use for loop to assign the values to null.