The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases.
Rewrite the class Card
from the exercise in
Questions and Exercises: Classes so that it represents the rank and suit of a card with enum types.
Rewrite the Deck
class.