A little understanding of the Android API

Source: Internet
Author: User

Java.lang.object

The object class is the ancestor of all Java classes. Each class uses Object as a superclass. All objects, including arrays, implement methods of this class.

You can see that all the classes in the official document are inherited from one layer, and those package names can be found in the SDK installation directory of Android Studio.

Lang is a shorthand for language (language)
Is the most commonly used package in Java
The description that contains the common class package Java.lang provides the basic class for programming using the Java programming language. The most important class is Object (which is the root of the class hierarchy) and class (its instance represents a class in the running application).

The Rt.jar under Jre\lib in the JDK installation directory is all of the class files.
The Src.zip in the installation directory is all the source code

A little understanding of the Android API

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.