"Java" Automatic type conversion rules

Source: Internet
Author: User
Automatic type conversions Follow the following rules:
  • If the data type of the participating operation is different, it is converted to the same type, and then the operation is performed.
  • Conversions are performed in the direction of increased data length to ensure that the accuracy is not reduced. For example, int and long operations, the int is converted to long before the operation.
  • All floating-point operations are performed in double-precision, even if the expression containing only float single-precision arithmetic is converted into double type and then calculated.
  • Char and short participate in the operation, you must first convert to int type.
  • In an assignment operation, the type of the right expression must be converted to the type of the left variable if the data type on either side of the assignment number is different. If the data type length of the right expression is longer than the left side, a portion of the data is lost, which reduces precision.
A rule that represents the automatic conversion of a type

"Java" Automatic type conversion rules

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.