Java API Documentation

Source: Internet
Author: User
Tags java reference

?

API (Application Programming Interface, application programming Interface)

are pre-defined functions that provide the ability of an application and developer to access a set of routines based on a piece of software or hardware without having to access the source code or understand the details of the internal working mechanism.

?

When you run a Java program, the Java API class file used by the virtual machine loader's class file. All loaded class files (including those extracted from the application and from the Java API) and all loaded dynamic libraries (containing local methods) together form the entire program running on the Java Virtual machine. Before a platform can support Java programs, the functionality of the API must be explicitly implemented on this particular platform. To access local resources on the host, the Java API calls the local method. Because the Java API class file calls local methods, the Java program does not need to call them again. In this way, the Java API class file provides a Java program with platform-agnostic, standard interfaces for the underlying host. For Java programs, Java APIs have the same performance and predictable behavior regardless of the platform's internals. Because Java virtual machines and Java APIs are explicitly implemented on each particular host platform, Java programs themselves can become platform-independent programs.

?

Because I am a rookie, and English is not good, so can only use the Chinese version of the "Java API" help document

?

?

"JAVA API documentation Download 1.6 official Chinese version _jdk api-pc6 download Station"

?

[Java Reference document]. Jdk_api_1_6_zh_cn. Chm_ free high-speed download | Baidu Cloud Network disk-Share Unlimited "

?

Reference articles

"Java Api_ Baidu Encyclopedia"

?

Java API Documentation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.