What printf do in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What printf do in java?

4th Feb 2019, 9:05 AM
Prakhar76
Prakhar76 - avatar
3 Answers
+ 1
The printf () method is quite frequently used for displaying text
4th Feb 2019, 11:12 AM
Onteri
Onteri - avatar
0
If you mean System.out.printf(), this function works the same as in C. For more information, refer to this site: https://www.baeldung.com/java-printstream-printf
4th Feb 2019, 9:31 AM
EoflaOE
EoflaOE - avatar
0
System.out.printf() is used to print the formatted output and may take multiple arguments
4th Feb 2019, 9:43 AM
Puneet