=== 2.2.4.3 Objects === == Methods == A class can implement a maximum of 128 public or protected instance methods, and a maximum of 128 instance methods with package visibility. These limits include inherited methods. == Class Instances == Class instances can contain a maximum of 255 fields, where an int data type is counted as occupying two fields. These limits include inherited fields. == Arrays == Arrays can hold a maximum of 32767 components.