Answer Posted / nimish
java.lang and java.util are built in packages that contains
classes that we use in the program eg.java.lang contains
classes System,String,StringBuffer etc.and java.util
contains Date etc.
| Is This Answer Correct ? | 50 Yes | 12 No |
Post New Answer View All Answers
What is a default constraint?
What is meant by structural programming?
Why to use nested classes in java?
Can you call a method on a null object?
Will minecraft java be discontinued?
What is meant by JVM? Is JVM platform independent or not?
What is difference between float and double?
What is literal example?
What is string substring?
Which is dependent variable?
How to create an immutable class?
How to display all the prime numbers between 1 and 100
Can a class be private or protected in java?
What is boolean strategy?
Are floats faster than doubles?