1.What output is produced by the following statement?
System.out.println("abc\ndef");
2. What output is produced by the following statement?
System.out.println("abc\\ndef");
3. What output is produced by the following statements?
String test = "Hello John";
test = test.toUpperCase();
System.out.println(test);
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here