Answer Posted / rashmi
java language and java util both are built in package.the java util package define a number of useful classes and that are use for working with groups of object.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to perform merge sort 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
Why do we use return statement?
Why are getters and setters used?
What are the 4 versions of java?
Can It is possible to synchronize the constructor of a Java Class?
I want to persist data of objects for later use. What is the best approach to do so?
Which is better stringbuilder or stringbuffer?
Explain about static nested classes in java?
What do you mean by scope of variable?
Why set do not allow duplicates in java?
What is the purpose of file class?
What are kinds of processors?
Why is inheritance used in java?
Explain how can you debug the Java code?