Use them with the class name without instantiating an object A) A programmer-created data type with a fixed set of values B) Alt
ers an item at a specified ArrayList location C) A two-dimensional array that has rows of different lengths D) A popularly known sorting method E) Two or more columns of values Adds an item to the end of an ArrayList F) A package containing the Arrays class Arrays with more than one dimension; allowed in Java
A) A programmer-created data type with a fixed set of values.
Explanation:
In Object Oriented programming, static variables and static methods can be used methods along with their class names without initiating the containing classes. Note, However, that only the static members of a class can be used in this way.