Do I need to import java.lang package any time? Why?
No. It is by default loaded internally by the JVM.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a null class?
How many characters is 2 bytes?
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?
How do generics work?
Explain the difference between abstract classes and interfaces in java?
Is there a way to increase the size of an array after its declaration?
What is considered an anti pattern?
What is Enum in Java?
what is the use of Clonable,and serializable interface?
How much ram can a 64 bit processor theoretically?