public class MainClass{ public static void main(String[] argv){ String s = "this is a test"; System.out.println(s.toString()); } }
this is a test