Answer Posted / onkar nalawade
println=print the statment and control goes to new line
printf=only print the statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by method overriding?
What is adapter in java?
Can we sort array in java?
What is the base class in java from which all classes are derived?
What does sprintf return?
What is a lock or purpose of locks in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Can we make constructors static?
What are streams in java 8?
Why java is secure? Explain.
Write a factorial program using recursion in java?
what is thread? What are the high-level thread states? : Java thread
What are different types of constants?
Can substring create new object?
What is unicode datatype?