+ 1
how to represent spaces as strings in java
how will I represent an empty space
3 Answers
+ 2
Please be more specific normally if you want an empty space as string you just can do something like:
string yourString = " ";
That would be an easy and simple way.
+ 1
Yes, right!!
0
OK that would work