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

List any five features of java?

568


Explain how to convert any java object into byte array.

549


Explain the available thread states in a high-level?

528


Why we used break and continue statement in java?

559


Can a private method of a superclass be declared within a subclass?

528






What is blank final variable?

565


Can we use a switch statement with strings?

549


How do you convert an int to a string in java?

545


If a method is declared as protected, where may the method be accessed in java programming?

496


What is string args [] in java?

540


Explain the difference between comparator and comparable in java?

484


What are the advantages of passing this into a method instead of the current class object itself?

1169


define the terminology association.

619


Which is better stringbuffer or stringbuilder?

529


Which is dependent variable?

494