Java reflection: Is the order of class fields and methods standardized?
According to the documentation: getFields() Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object. The elements in the array returned are not sorted and are not in any particular order. This method returns an array of length 0 if the class or … Read more