import java.io.File; import java.io.IOException; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Shirkit */ public class NewClass { public static void main(String[] args) throws IOException { String coisa = "aeae"; System.out.println(coisa); System.out.println(coisa); } }