An integer array means that every element in the array is an integer type.
An object array means that every element in the array is an object of a class. When assigning a value, define the object first, and then assign the object directly to the array. When used, for example, Node node[2]={Node(2), node (5)}; //(assuming that the constructor has only one parameter)