Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Java escape letters

Thu Jan 29, 2009 4:20 pm

Java escape letters :

Code:
\n

Used to denote new line

Code:
\r

Used to denote a return

Code:
\t

Used to denote a tab

Code:
\b

Used to denote a backspace

Code:
\f

Used to denote a form feed

Code:
\'

Used to denote a single quote

Code:
\"

Used to denote a double quote

Code:
\\

Used to denote a backslash



Post a reply
  Related Posts  to : Java escape letters
 Set letters for quotation     -  
 Change letters to upper case by default     -  
 force letters to be lowercase text-transform     -  
 2d game in java-Monster-Java 2D Game Graphics and Animation     -  
 Using FTP in java     -  
 what is java     -  
 Java course     -  
 need help in java     -  
 What is Java API?!!!     -  
 java or .net     -  

Topic Tags

Java Basics