Why is the method modifyArray not changing the values of an array

后端 未结 0 1193
抹茶落季
抹茶落季 2020-12-05 18:22
public class ReferenceVsValueType {
    
    public static void main(String[] args) {
        int [] myIntArray = new int[] {0,0,0,10,10};
        
        System.ou         


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