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
What is close method? How it's different from Finalize & Dispose?
What does I ++ mean?
Can we have try without catch block?
What is == and === in javascript?
Does java have a compiler?
is it possible to instantiate the math class?
What is the difference between access specifiers and access modifiers in java?
What if I write static public void instead of public static void in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
When is update method called?
How will you add panel to a frame?
Is simpledateformat safe to use in the multithreaded program?
why java uses class level type casting ?
Can memory leak in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)