what is the meaning of java.lang and java.util

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


Please Help Members By Posting Answers For Below Questions

How do you do exponents in java?

538


What are the types of methodology?

516


Difference between serialization and deserialization in java?

653


Explain importance of inheritance in java?

605


What is string manipulation?

499






Can we call a non-static method from inside a static method?

562


What is string syntax?

551


explain what is transient variable in java?

627


Why is java so popular?

639


explain different ways of using thread? : Java thread

574


Explain different types of wrapper classes in java?

603


What does percent mean in java?

591


What are static variables and functions?

628


Write java program to reverse string without using api?

555


What do you mean by constant time complexity?

604