Mark all of the method calls below that are calling static methods: O String str2 = inScanner.nextLine(): O String str2 = str.substring(0,3); O String str2 = String.valueOf(12); O int z = Math.max(x, y):