Answer from cs61c-bx (Tuan Ha 16989532) for Question 3 "new" is the Java equivalent to "malloc" in C and "delete" operator is equivalent to "free" in C. We don't want to build an automatic memory allocation / deallocation system for C because we want more complete control and customizations from C.