String a = "am oolalau sake";
for (int i = 1; i < a.length(); i+=2)
    System.out.print(a.charAt(i));