answersLogoWhite

0

The java.lang package is automatically imported for you.

User Avatar

Wiki User

12y ago

What else can I help you with?

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.


Download java api 1.6?

yes


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


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 a collection of related classes called in java?

a package


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.


How you use java?

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


What is Packages in Java programming?

basically packages are a collection or a directory of similar classes. there are some inbuilt packages in java which prove to be really useful like the java.lang package which automatically is imported into your program. in addition you can also create your own packages and its really simple to create them! :)