Write the output of the following statement:
System.out.println("A picture is worth \t \"A thousand words.\" ");
221 Likes
A picture is worth "A thousand words."
\t is the escape sequence for tab. \" is used to print quotes as part of the string.
Answered By
116 Likes
The number of bytes occupied by a character array of four rows and three columns are:
Which of the following is an escape sequence character in Java?
/n
\t
/t
//n