Java Course three Classroom example validation

Source: Internet
Author: User

1.ClassAndObjectTest. Java

Verify:

2.objectequals.java

Run:

3.initializeblockdemo.java

Java is initialized in two places: initialization blocks and constructors, where initialization blocks are divided into static initialization blocks and instance initialization blocks. Static initialization blocks are initialization blocks in a class that are decorated with static, and instance initialization blocks are initialization statements that do not have any keyword adornments in the class .

If there is no formal parameter when creating an object in the main function, If a physical parameter is created in the main function, the corresponding constructor in the class is called.

4. Teststaticinitializeblock. Java

If the static modifier is used when defining the initialization block, it becomes a static initialization block. When static initialization blocks are class-dependent, the system executes static initialization blocks during the class initialization phase, rather than when the object is created.

So static initialization blocks are always executed first than normal initialization blocks.

5.strangeintegerbehavior.java

Java Course three Classroom example validation

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.