Java 7+: Writing A String To File--A One Liner:
import java.io.IOException;
import java.nio.file.Files;
imp... bit.ly/1kTX2q1
2
12
13
@adambien In what world is that ‘a one liner‘? Wouldn’t that have to be, like, *one* line?
2
2

