Answer Posted / sakthi
printf & println both are used print the output.
println only prints the value only at end but printf prints
the value anywhere inbetween the output statements
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does system arraycopy work in java?
What is generics in java interview questions?
Can an interface extend a class?
Why inputstreamreader is used in java?
Can we extend private class in java?
What is the += operator called?
What is operator overloading. Is it is supported in java?
Can we access the non-final local variable, inside the local inner class?
What is the unit of plancks constant?
What is sortedmap interface?
What is dynamic binding(late binding)?
What are the approaches that you will follow for making a program very efficient?
Can I learn java without any programming experience?
What is pre increment and post increment in java?
What is the static import?