Answer Posted / bhuvaneswari kamaraj
java.lang is a package which contains the classes like
System, String, String Buffer etc., This package doesnt
have to be explicitly imported as they are imported by
default.
Whereas Java.Util is a package which contains classes like
Date, Vector, Dictionary, hashtable etc., This has to be
imported everytime you use it in your program
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What are three ways in which a thread can enter the waiting state in java programming?
What does the exclamation mark mean in java?
Which of the following is not an isolation level in the JDBC
What is core java used for?
Can you pass functions in java?
What is meant by object?
What are the different types of inner classes?
What are keywords and reserved words in java?
what is the purpose of the runtime class?
Difference between arraylist and vector.
What does it mean to be immutable?
What is flush buffer?
How does arraylist work in java?
what is the difference between future and callable interface in java?
What is a line break?