How do you store three different objects in a list array in Java [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I need to create a list array in java that can hold three different objects (Surname, forename, Result) and was wondering how to do that 回答1: The best and also Object Oriented approach is to Create a class with