Answer Posted / sethu raj
println() and printf() both shows the output.
But in structure programming language,we can use printf()
as library function for printing the statement,and in
object oriented language we use println for print the
statement with new line.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Is integer passed by reference in java?
How do you execute a thread in java?
What is the difference between form & report?
What are the differences between heap and stack memory?
What is the difference between exception and error in java?
Is jdk required on each machine to run a java program?
What is a parent class in java?
Why call by value prevents parameter value change?
Can constructor be synchronized?
Explain access specifiers?
What is the use of arrays tostring () in java?
What is a boolean in java?
how is final different from finally and finalize in java?
Program to Find the second largest element in an array.
a thread is runnable, how does that work? : Java thread