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
Is ++ operator is thread safe in java?
Which one will take more memory: an int or integer?
Can inner class final?
can any body body expalin best definitions & best real time exaples for opps concepts.
What are the kinds of polymorphism?
What is qms certification?
Say any two properties in beans?
How to change value in arraylist java?
Can a private method be declared as static?
What are 3 boolean operators?
What is break and continue statement?
What is lexicographically smallest string?
What data type is string java?
What is scope & storage allocation of global and extern variables? Explain with an example
What is member in java?