Do I need to import java.lang package any time? Why?
Answer Posted / hrindows@gmail.com
No. It is by default loaded internally by the JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Distinguish between a predicate and a function?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What do you mean by an interface in java?
Is java a software?
What is vector capacity in java?
What are the methods of object class ?
Do you know how to reverse string in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What are different access specifiers in java? Explain
Can we use catch statement for checked exceptions?
Can a method be overloaded based on different return type but same argument type?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Is java an ide?
What does the “final” keyword mean in front of a variable? A method? A class?
Why do we use variables?