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
Why heap memory is called heap?
What is adapter in java?
What is nested interface?
Which package is always imported by default?
How do you check if a character in a string is a digit or letter?
What is a byte array?
What is the difference between multitasking and multithreading in Java
Is double bigger than float?
What is an object’s lock and which object’s have locks?
What do you understand by an io stream?
Differentiate between a class and an object.
Can we have multiple public classes in a java source file?
What is byte code and why is it important to java’s use for internet programming?
What is the difference between static method and instance method in Java?
What is update method called?