Hi Everyone,
I want to write an empty line in a file. I am trying to save a
String variable with the value newLine = "\n". And then trying to write it to the file using the method fileOutputStream.write(newLine.getBytes()). But the thing is i only get a black empty square rather than an empty line.