Is there any need to import java.lang package?
Answer Posted / harsha
It is not need, by default it is loaded internally by the
JVM.
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
Can we restart a dead thread in java?
What is merge sort in java?
What is Applet Stub Interface ?
Can a method be static?
What are the main uses of the super keyword?
What is a private class in java?
What is reflexive association?
What is finalize()?
What is string example?
What is a java predicate?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is a null check?
How does the java compiler work?
Is string is a data type in java?
What are 3 boolean operators?