1.
A last-in-first-out abstract data type
2.
The keyword used to indicate that a method belongs to a class rather than an instance of a class
3.
A data structure that uses nodes and pointers to represent an abstract list of objects
5.
What many students used to say after a difficult exam.
6.
An ancient, long-abandoned Project 2 last taught in Summer 2024 (the semester Dawn took 61B!)
7.
The builtin Java interface to inherit from if you'd like to loop over your class using an enhanced for-loop
8.
A word to describe methods that make calls to themselves.