answersLogoWhite

0

Which api used in java

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which api used in java
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 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.


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.


What are the two Java platform components?

Jvm & api


What is a USERENV.DLL file?

its a .dll file that provides API functions to your user profile.. like JAVA API functions..


What is a API in java?

Application Programming Interface. Rules about how a certain software can communicate with other software.check ot the API library.


Explain why Java programs running on Android systems do not use the standard Java API and virtual machine?

123


Which package is inbuilt in java API?

The java.lang package is automatically imported for you.


What is the use of JDBC?

JDBC stands for Java Database connectivity which is a standard java API for database. It is for database connectivity with project.