Previous Lecture | Lecture 16 | Next Lecture |
Lecture 16, Mon 02/03
Sorting, and Garbage Collection Exercise (from E01 M18 p.4)
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: