aspose file tools
The moose likes Beginning Java and the fly likes println() method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "println() method" Watch "println() method" New topic
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
    
    4
PrintStream.format()?

But why do you want all these alternatives?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: println() method
 
Similar Threads
ServletException from destroy( )
how to run a normal java program without main method
reference types SCJP 1.4
About overriding
I have got two conclusion from above code is that