0
What is white space in Java
The computer ignorerades white spaces? What exactlybjs White space
2 ответов
+ 4
Please include a link (in post Description) to a place where people can read completely. Just 'ignores white spaces" is not clear enough in terms of context.
+ 1
Include the exact context for clear understandings.. There may be different meaning depending on the context.
May be, there it is about empty spaces between statements..
Ex:
String [] arg ; or String args[] or String args [] ;
All same and notice that spaces between name and braces [] , compiler just ingores those spaces..
You can add any number of spaces between different statements.. Compiler just ingore those. .
https://en.m.wikipedia.org/wiki/Whitespace_character