MCQOPTIONS
Saved Bookmarks
| 1. |
If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as________ |
| A. | dynamic |
| B. | unary |
| C. | static |
| D. | volatile |
| Answer» D. volatile | |