int y = 3; y++; x = y++;
String s = "123"; String t = new String("123");
String s = new String("true"); boolean t = true;