What happen when array points to other array in java?

前端 未结 0 1133
日久生厌
日久生厌 2020-12-16 11:05

I am confused in this question

Which of the following is true about this code? int [ ] X = {1, 3, 5, 7}; int [ ] Y = X; a. Y has the same elements as X b. X and Y po

相关标签:
回答
  • 消灭零回复
提交回复
热议问题