Basic Printing


Basic printing in C is performed using the printf() and fprintf() functions. These functions print a string to either the console or to a file using format specifiers ( %lf , %s , etc.) to convert variable values to strings. The basic print functions in Java are the print() and println() methods . Every Java object has a handy method called toString() that returns a string representation of it.



Technical Java. Applications for Science and Engineering
Technical Java: Applications for Science and Engineering
ISBN: 0131018159
EAN: 2147483647
Year: 2003
Pages: 281
Authors: Grant Palmer

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net