Quiz submission record for quiz2-1-1 at Mon Jun 28 10:43:59 2004: Your Answer for Question 1: b is true if the call divides a free block in two for realloction. c is true if morecore has to be called and requested memory is less than nalloc. Your Answer for Question 2: b is true if one neighbore block is free and the other one isn't. c is true if both its neighboring blocks are free. Your Answer for Question 3: Java's "new" is the equivalent of malloc in C. Java has garbage collector system which takes care of deallocation. C doesn't do memory managment(it has to be done maually) Your Answer for Question 4: No.For circular structures such as above mark and sweep method is used, because these structures have pointers to themselves. Your Answer for Question 5: differences between different garbage collection methods. Your unique submission ID is quiz2-1-1-cs61c-fx-1088444639-2974.