for (int j = 25 ; j < 56 ; j = j + 2) // +2 thing .. ?? { char c = data.charAt(j); System.out.println(c); }