Forum Discussion

radhika1's avatar
radhika1
Contributor
7 years ago

Array out of bound exception

Hi, I am getting array out of bound exception for the below code.   import java.io.File; import java.util.*; import java.lang.*; List<String[]> rows = new ArrayList<String[]>(); File f = new F...