Quiz "Snow" Answers 1) a) [2 point] A stack is where local primitives and references are stored. b) [2 point] A heap is where all objects are stored. c) [2 points] A parameter is defined in the header of the method and it gives type and name to the value stored in the corresponding argument of the calling statement. d) [2 points] A class defines a blueprint for what an object will look like when one is created. 2) a) [2 points] Dancer d = new Dancer(); b) [3 points] d.height = 64; d.weight = 110; c) [3 points] d.spin(100,"right"); 3) [4 points - on for each letter] A D E G