Answer Posted / seeli louis
java.lang is default package contains some fundamendal
classes for java language. For example it contains classes
like ClassLoader , Class and System . JVM loads tha class
file using this ClassLoader ... so its automatically
imported by jvm also known as default package.java.util
contains all the utility classes needed
Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is the difference between variable & constant?
Why do we declare a class static?
How do generics work in java?
What is a modifier?
What does system.gc() and runtime.gc() methods do?
Explain an intermediate language?
What do you mean by platform independence? What is an interface?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Print Vertical traversal of a Binary Tree.
What is java util?
What will happen if a thrown exception is not handled?
What are the 4 versions of java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is the difference between ArrayList and Vector? which one is better in Java
How do you trim a space in java?