Is there any need to import java.lang package?
Answer Posted / srikanth
no, not needed it is included by default by JVM
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Can we create a constructor in abstract class?
Can we use catch statement for checked exceptions?
Explain the public class modifier?
What is the current version of java?
Write a code to create a trigger to call a stored procedure
Why is method overloading not possible by changing the return type in java?
What is a boolean used for?
When object is created and destroyed?
What exactly is methodology?
What is the advantage of functional interface in java 8?
What is the purpose of the finalize() method?
Define a java class.
How do you create immutable object in java?
Explain the selection sort algorithm and state its time complexity?
What is nullpointerexception?