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
How many threads can java run?
What is classname class in java?
How to solve the problem of generating the unique hash keys with hash function?
Can we overload the methods by making them static?
how to deploy apache tomcat server to weblogic server in java
What is java literals?
What is the main functionality of the remote reference layer?
Can you declare the main method as final?
What do u mean by variable?
What is static and final keyword in java?
What is data string?
What is hashing in java?
List any five features of java?
what is the purpose of the runtime class?
What are aggregate functions explain with examples?