This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes how to use some fuctions from Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "how to use some fuctions from Java" Watch "how to use some fuctions from Java" New topic
Author

how to use some fuctions from Java

André Asantos
Ranch Hand

Joined: Nov 23, 2009
Posts: 234
/n -> skip a line
/r -> return

and others?


André AS
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9191
    
    2

Andre, those are \n and \r not /n and /r. These are called escape sequences. Checkout this...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to use some fuctions from Java