February 2014
Beginner
1248 pages
62h 25m
English
• System.out.print (p. 42) displays its argument and positions the output cursor immediately after the last character displayed.
• A backslash (\) in a string is an escape character (p. 43). Java combines it with the next character to form an escape sequence (p. 43). The escape sequence \n (p. 43) represents the newline character.
Read now
Unlock full access