What is difference between printf and scanf?
Answer / Sri Ram Yadav
"printf is a formatted print statement in C/C++, whereas scanf is its counterpart for reading user input. In Java, equivalent methods are System.out.println() and Scanner.nextLine() respectively."
| Is This Answer Correct ? | 0 Yes | 0 No |
Does java runtime require a license?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
what is stringtolennizer with example?
What do you mean by append?
why interfaces are faster than abstract classes?
Explain enumeration in java?
How infinite loop is declared?
Can we have try without catch block?
different types of threads?
What is java autoboxing?
What is hashset in java?
What is quick sort in java?