Java learning diary-3.1 about 0 and infinity, java diary-3.10 and

Source: Internet
Author: User

Java learning diary-3.1 about 0 and infinity, java diary-3.10 and

1. Infinite

In Java, infinity is defined as a floating point number, which is divided into POSITIVE_INFINITY and NEGATIVE_INFINITY.

2. null

Null can be considered as a special reference type in java. It can be assigned to any referenced type variable, indicating that the reference does not point to any specific object, however, null cannot be assigned to the basic data type.

3. Division Summary

 

4. Remainder

A. the integer is divided by the integer 0. An exception occurs when the remainder is obtained.

B. Divide the floating point number by the integer 0 and calculate the remainder NaN.

C. Divide any number by the floating point number 0 and calculate the remainder NaN

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.