View Single Post
  #2 (permalink)  
Old 08-06-2007, 06:36 PM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
Hi,
\r is a carage return, it means it makes u go to the beginig of the line.
Usually it is used with a \n, because if u write a line then u dont insert a \n, but you insert only \r u will overwrite what u wrote before.
\n is a new line feed, if u dont go to a new line u will overwrite the line before.
I have never heard about \f in java.
Bye.
Reply With Quote