A(n) ____________ is similar to an array, but it can expand at run time.
a. List object
b. sequential object
c. Random object
d. jagged array
a. List object
You might also like to view...
A shape that consists of both curved and straight-line segments is called a(n) ________ shape
Fill in the blank(s) with correct word
Which of the following statements is false?
a. Prior to Java SE 8, it was common to associate with an interface a class containing static helper methods for working with objects that implemented the interface. b. Class Collections contains many static helper methods for working with objects that implement interfaces Collection, List, Set and more. c. Collections method sort can sort objects of any class that implements interface List. d. With non-static interface methods, helper methods can now be declared directly in interfaces rather than in separate classes.