- 
	
	Andre Russel replied to the topic Escape Sequences in Java in the forum Java J2EE Programming 7 years, 2 months ago Escape Sequences are used to signal an alternative interpretation of a series of characters. Some of the escape sequence are listed below: 
 b Backspace
 t Horizontal tab
 n Line feed
 f Form feed
 r Carriage return
 ” Double quote
 ‘ Single quote
 \ Backslash
 uxxxx Unicode character

 
			 Login with Google
Login with Google