One character array is assigned to another in Java, and both changes

Source: Internet
Author: User
One character array is assigned to another in Java, how are the changes synchronized? How do you get them to run on their own?
For example, there is a int[][] a already exists value, now define int[][] b=a, then change the value of a, why B also change? How can that let b not follow a change? If B is not, I want to record the value of a before it changes what should I do? Thank you
If you need B to be constant, you must use a for loop so that each element of the a array is copied into the array of B. B will change with a because they point to the same object.

One character array is assigned to another in Java, and both changes

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.