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