Есть например массив строк:
String[] lines = new String[10];
lines[0] = "qwerty";
lines[1] = "qwerty";
lines[2] = "qwerty";
...
Есть например массив строк:
String[] lines = new String[10];
lines[0] = "qwerty";
lines[1] = "qwerty";
lines[2] = "qwerty";
...