Difference in the use of print, println, and printf.
Answer Posted / hr@tgksolutions.com
The items can be printed using print, println, or printf, but print prints every element while keeping the cursor in the same line. The cursor is moved to the next line via println. Additionally, we can use format identifiers with printf.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about collection interface in java?
Is java 9 released?
How do you declare an array in java?
What is not object oriented programming?
What is null mean in java?
how to write a program for sending mails between client and server
What is difference between static and abstract class?
How do you reverse sort a list in java?
Can we serialize static variables in java?
What is the main advantage of passing argument by reference?
What is a dynamic array java?
Which browsers work with java?
Is there any sort function in java?
What is a substitution variable?
What is Classloader in Java?