Change Contents of the Bubble
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Midterm exam 1 review Fall2006: Java Meanings

Back to Midterm Exam 1 Review Fall2006

Questions? Answers? Comments?



C: Static
E: Public
D: Private
B: Extends
F: Void
A: Null


A. The value to give a variable when it’s going to refer to an object, but it doesn’t have a value yet.

B. The keyword that’s used to make one class a subclass of another—it means that the class being declared inherits from the other class.

C. Used to declare a method that can be used even if no instances of the class exist.

D. Used to declare that a method or instance variable is meant to be only accessed from within this class.

E. Used to declare that a method or instance variable is meant to be accessed from any other class.

F. Used to declare a method that doesn’t return anything.


REMOVED Cormack



Link to this Page