Answer from cs61c-ak (Tony Lai 15937131) for Question 3 the command "new" is equivalent to malloc, while "delete" is equivalent to free. Java can build an automatic memory allocation beause it has a handle between pointers, so even if it refrag, it won't lose the value's address, unlike C.