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 an object's lock and which object's have locks in java programming?
Does java allow overriding static methods ?
What is substring 1 in java?
What is the size of a string in java?
What is the difference between overriding and overloading in OOPS.
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How to implement a multithreaded applet?
What are inbuilt functions?
Which is dependent variable?
What is use of arraylist in java?
What is lastindexof in java?
What class of exceptions are generated by the java run-time system?
How do you calculate square roots?
What is ph and buffers?
how many types of Inheritance?