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
What is JFC?
what do you mean by stream pipelining in java 8? Explain
What is integers and example?
What is the arraylist in java?
What is the difference between Array and Hash Table?
Define inheritance?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What are the different types of constructor?
How does compareto method work?
What is deserialization?
Why do we use threads in java?
What is continuity of a function?
Can singleton class be cloned?
Why to use nested classes in java?
What is return type in java?