Java Automatic Packaging (automatic boxing)

Source: Internet
Author: User
Tags wrapper
Boxing (encapsulating objects), that is, an object that converts an underlying data type (such as int) into an underlying type wrapper class (such as New Integer ())
Unpacking is the inverse of boxing, which is to convert an object of the underlying type encapsulation class (such as New Integer ()) to the underlying data type (such as int).
The wrapper functionality works for all basic types and wrapper types:
Java Learning automatic packing and automatic unpacking source analysis

Java Automatic Packaging (automatic boxing)

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.