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


Please Help Members By Posting Answers For Below Questions

What is the difference between member variables initialization and assignment in a constructor?

659


Differentiate between overriding and overloading cases?

595


Find the value of a specified element of the array arr[i] where 0 <= i <= n-1

537


What is the latest version of java?

577


What is module in project?

514






What is computer compiler?

532


How do you write methodology?

558


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

660


What is stringbuffer in java?

541


Explain the difference between serializable and externalizable in java?

535


What is tree node in java?

524


How do you check whether the list is empty or not in java?

509


What is loop in java?

525


Explain the difference between static and dynamic binding in java?

539


Write a program to check string is palindrome without using loop?

563