Reflection Learning Notes in Java (i)

Source: Internet
Author: User

Foo fool=new foo ();

Any class, also an instance object of the class class, is represented by the following method:

(1) Any class has an implied static member variable class

Class C1=foo.class;

(2) The object of the class has been known to pass the GetClass method

Class C2=fool.getclass ();

C1,C2 represents the class type of the Foo class (class type)

The class is also an object, an instance object of class, which we call the class type of the class

Class C3=class.forname (full name of the classes):

Not only represents the class type of the class, it also represents the dynamic load class

A class has only one class type, and C1,C2,C3 is worth a uniform object

Can be created from class type

Reflection Learning Notes in Java (i)

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.