Lab 9: Java Visualizer
Note
This lab is more like an interactive lecture with in-class exercises. Your instructor will review memory diagrams on the board, and you will practice drawing memory diagrams on paper. The Java Visualizer links below can be used to check your work. For best results, do not use Java Visualizer until you have attempted the exercises.
Review
Example
Carclass from Lab 3- Example in Java Visualizer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
Output:
A 1989 Dodge that is going 5.0 mph
A 2024 Tesla that is going 5.0 mph
A 1989 Dodge that is going 10.0 mph
Winner at index 0
A 1989 Dodge that is going 10.0 mph