Java tutorial
public class Main { public static void main(String[] args) { String s = "java2s.com"; System.out.println(s.toString()); } }