Multiple Choice
Which of the following statements would display the phase Java is fun?
A) System.out.println("hellois fun\rJava ") ;
B) System.out.println('Java is fun') ;
C) System.out.println("\"Java is fun\"") ;
D) System.out.println(Java is fun) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Which is the output of the following
Q22: format specifier _ is a placeholder for
Q23: Which of the following is a Scanner
Q24: of the following is a relational or
Q25: Which of the following is not a
Q27: End-of-line comments that should be ignored by
Q28: Java's predefined classes are grouped into<br>A) packets.<br>B)
Q29: Which of the following is a variable
Q30: Which command compiles the Java source code
Q31: Given the Java statement int sum =