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 files manifesting?
What is object class in java?
What is the instance of an object?
What is singleton class in java and how can we make a class singleton?
Define interface in java?
Why does abstract class have constructor?
What are multiple inheritances?
How to compare strings in java?
Can list be final in java?
Can classes declared using the abstract keyword cab be instantiated?
What is a protected void?
What is JVM and is it platform independent?
How do you achieve singleton?
Can we catch more than one exception in single catch block?
How variables are stored in memory?