| |

Escape Characters in Java

 n	New line
  t    Tab
  b	Backspace
  r	Carriage return
  f	Formfeed
  \	Backslash
  '	Single quotation mark
  "	Double quotation mark
  d	Octal
  xd	Hexadecimal
  ud	Unicode character

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *