I have string like
\"I am a boy\".
I want to print like this way
Can anybody help me?<
You can also use System.lineSeparator():
String x = "Hello," + System.lineSeparator() + "there";