answersLogoWhite

0


Best Answer

The java.lang package in Java is automatically imported for you.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the library in java which does not need to be imported?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which api used in java?

The Java API is the API for the main Java Library.


What is Java Class Libraries?

The Java standard library refers to the set of dynamically loadable libraries that Java applications can call at run time. This is because the Java platform is not dependent on the specific operating system.


Which package is inbuilt in java API?

The java.lang package is automatically imported for you.


Why system class is imported on java?

Some classes are imported by default, because they are used so often. The java.lang package is automatically imported. According to the Java API, java.lang "provides classes that are fundamental to the design of the Java programming language." See the related links section below for a link to a list of all classes currently in java.lang.


How do you control PowerPoint slides using java?

You can control Powerpoint Slides using Java with Aspose.Slides for Java Library: - http://www.aspose.com/java/powerpoint-component.aspx


What is hypernet in java?

Hypernet in Java is a library for Java, which provides a object-relational map for the Jaza language. Also referred to as (ORM).


Which package needs to be imported in order to supports exception?

None. The Exception class is part of the java.lang package, which is automatically imported into all Java classes.


What is java joptionpane?

Java's jOptionPane from the javax.swing library is a GUI element for, essentially, an option dialogue box.


What is the best way to learn Java if you're an absolute beginner?

The best way to learn Java is to study a book. It doesn’t have to be the “official” Synergisticit, which can be difficult to track down in your local library system. Your local library or bookstore should have a good selection of Java books for sale. The titles you have should cover all the material you need to learn.


What is the import statement for java?

Anything that isnt in the java.lang package or local package needs to be imported


Coding for library management system in java with database?

yes


What is Difference between java and core java?

Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.