Do I need to import java.lang package any time? Why?



Do I need to import java.lang package any time? Why?..

Answer / hrindows@gmail.com

No. It is by default loaded internally by the JVM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a null class?

0 Answers  


How many characters is 2 bytes?

0 Answers  


What is JVM ?

4 Answers   Phantom Technologies, TCS,


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


What are the states of thread in java?

0 Answers  


How do generics work?

0 Answers  


Explain the difference between abstract classes and interfaces in java?

0 Answers  


Is there a way to increase the size of an array after its declaration?

0 Answers  


What is considered an anti pattern?

0 Answers  


What is Enum in Java?

0 Answers  


what is the use of Clonable,and serializable interface?

1 Answers  


How much ram can a 64 bit processor theoretically?

0 Answers  


Categories