| Author |
println() method
|
Dikesh Stha
Greenhorn
Joined: Nov 13, 2008
Posts: 4
|
|
|
Is there any Alternative methods to print instead of using System.out.println() method?Is it possible if possible how???
|
 |
sudipto shekhar
Ranch Hand
Joined: Apr 02, 2008
Posts: 813
|
|
|
Try the Writer class or to be more specific PrintWriter class.
|
Regards, Sud.
SCJP 5 ScjpFAQ JLS
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32604
|
|
PrintStream.format()? But why do you want all these alternatives?
|
 |
 |
|
|
subject: println() method
|
|
|