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
State some situations where exceptions may arise in java?
Is null or empty java?
When do we need to use internal iteration? When do we need to use external iteration?
How do you create a null object?
What are different types of constants?
What is collection sort in java?
What is the difference between error and an exception?
What variables are stored in stack?
Can we declare the main method of our class as private?
What is the difference between an interface and an abstract class?
Explain the difference between runnable and callable interface in java?
What are static blocks and static initalizers in java ?
What is parsing in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What causes memory leaks in java?