Previous Lecture | Lecture 17 | Next Lecture |
Lecture 17, Tue 02/04
Announcements
Midterm Exam is scheduled for:
- Tuesday February 18
- Wednesday February 19
Please make a note of it.
Sorting
We’ll go over sorting in Java, using these notes:
Code: https://github.com/UCSB-CS56-pconrad/java-sorting-and-comparators
Garbage Collection (midterm prep)
We’ll go over an exercise in Garbage Collection from the M18 midterm E01, p. 4.
Reading on Garbage Collection:
- https://ucsb-cs56.github.io/topics/java_gc/
- https://ucsb-cs56.github.io/topics/java_gc_under_the_hood/
Code: