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 use of parseint in java?
Can two objects have same hashcode?
What is the abstraction?
What is string in java with example?
Can we have multiple classes in a single file?
Can a class be private in java?
How many types of gc are there in java?
Can a class be final?
What is java object name?
What is a instance variable?
What is getclass () getname () in java?
What is casting in java programming?
Why are variables important in research?
Does printwriter create a file?
What is difference between stringbuffer and string?