Default initial values for Java unassigned variables

Source: Internet
Author: User

In a Java program, any variable must be initialized before it can be used. When an object is created, the instance variable is assigned a value by the programmer-specified initialization value when allocating memory space, or the system is initialized by the following default values:

Data Type Initial value
Byte 0
Short 0
Int 0
Long 0L
Char ' u0000 '
Float 0.0f
Double 0
Boolean False
All reference types Null


Note: A reference with a null value of "NULL" does not refer to any object. Attempting to use the object it references will cause an exception.

Default initial values for Java unassigned variables

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.