The following exercises of the textbook may make a reasonable sample test. Note however that if no question has been chosen from a particular chapter, it does NOT imply that there will be no questions of that chapter on the test.
Exceptions:
- 11.3
- 11.4
Collections:
- 10.1
- Given a list of Integer objects, describe how to create a list that
contains the same Integer objects but in the reverse order. You may
use Java code but you may also describe your algorithm in pseudocode
(a mixture of English and control flow constructs like for-statements,
if-statements etc).
Inheritance:
- 9.5
Aggregation:
- This question is related to creating collections.
What is the difference between static and dynamic allocation?
Software development:
- 7.6
Strings:
- 6.12