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
What is garbage collection? Can it be forced to run?
How to store image in arraylist in java?
Explain a situation where finally block will not be executed?
How is final different from finally and finalize?
Is oracle charging for java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What are multiple inheritances?
What does a za z0 9 mean?
What is the difference between == and === javascript?
What are the 6 mandatory procedures for iso 9001?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Explain differences between checked and unchecked exceptions in java?
Give reasons supporting that string is immutable.
Name some classes present in java.util.regex package.
Is integer passed by reference in java?