+ 1
Java " "
System.out.println(a + " " + b); The " " is a tab or what?
2 ответов
+ 4
That would be a space. The tab character is "\t".
+ 3
It's a space. Tabs are also whitespaces but yeah it is different from space.
System.out.println(a + " " + b); The " " is a tab or what?