answersLogoWhite

0


Best Answer

The java.lang package is automatically imported for you.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which package is inbuilt in java API?
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 JDBC package in java?

JDBC stands for Java Data Base Connectivity. As the name suggests the package is reposnisble for database connectivity. It is a standard API defined for database access.


Supermost package of java?

The supermost package of Java is the "java" package.


What is java-compatible web browsers?

A Web browser that has inbuilt capability to execute Java code.


What is the Java Math class and what are some of its methods?

There is no java.math class. There are two related concepts, through. The Java.Math package, and the Java.Lang.Math class. See the actual Java API documentation on the links below for a full description of these two.


What is meant by java API and how it is helpful to the java programmer?

API stands for Application Programming Interface It usually referrs to documentation on how a specific class works. It lists,describes, and details the class' methods, properties, constructors, etc.. Here is a link for a the API of the String class in Java: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html


Download java api 1.6?

yes


What is the use of api in java?

The API is a reference for all predefined classes provided by the java language. This will allow the programmer to utilize the classes into their programs. The API provides packages, classes, methods, constants, etc.


What is Full for of APIs in java?

API stands for Application programming interface. API's are pre-written Java code that can be used by other programmers to create their applications.


What is a collection of related classes called in java?

a package


How you use java?

Hi You should read Java API , there is every thing that you need.


Where can you find the Java API?

Try the link below.