I have string like
\"I am a boy\".
I want to print like this way
Can anybody help me?<
Try:
System.out.println("I\nam\na\nboy");