JavaMix

it`s all about JavaPrograming

Archive for the ‘basics’ Category

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

JavaMix Blog

Written by katta vijay

April 24, 2009 at 11:10 am

Posted in basics, J2SE

Tagged with , , , ,

Follow

Get every new post delivered to your Inbox.