java - Don't understand \n -


could me understand how same result usint \n?

system.out.println("balance: " + balance); system.out.println(); 

i have tried

system.out.println("balance: " + balance +\n); 

not working. don't know whether possible or not.

system.out.println("balance: " + balance +"\n"); 

Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

python - duplicate table (identical) including primary key - using django south -