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
Can we force the garbage collection to run?
What is the purpose of sizeof operator?
Can we convert integer to string in java?
Can an interface have a constructor?
Can a class have multiple constructors?
What is the use of put method?
What is difference between wait and notify in java?
What are "class access modifiers" in Java?
What is double parsedouble in java?
What is the properties class?
What is public static?
What are the types of collections in java?
What is t type java?
What is run time allocation?
What is meant by polymorphism?