When a View needs to be redrawn, its ________ method is called.
a. onUpdateRequred
b. onDraw
c. onPaint
d. None of the above
b. onDraw
You might also like to view...
When a Web site visitor moves the mouse oven an image that include alternate text in the code, a ________ displays
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. The principle of locality reflects the observation that memory references by the processor tend to cluster for instructions but not for data. 2. One of the assertions that locality is based on is that during any interval of time, a program references memory locations non-uniformly. 3. Locality is based on the assertion that the correlation between immediate past and immediate future memory reference patterns is low, and increases as the time interval increases. 4. Intuitively, the principle of locality makes sense.