+ 2
\n means next line then what is \t means??
6 Antworten
+ 9
\t refers to tabulation, or simply known as tab. It places tab indentation to your string literal.
+ 5
This may help
\a alert (BEL)
\b backspace
\t horizontal tab
\n line feed
\v. vertical tab
\f form feed
\r carriage return
\" " (double quote)
\' ' (single quote)
\\ (backslash)
\ooo terminating character (up to 3 octal digits)
\0 null
+ 3
@corejava
check the cofeplayground there is a 'tab' key try it.
+ 1
thank u atikrant negi
0
tab Means whether it leaves big spaces??
0
right