Answers
- If the user hits the "Back" button, the current web page is no longer displayed,
and it makes no sense to expend network resources for fetching additional
image data.
- The run method prints the values 1, 3, and 4. The call to interrupt merely
sets the interruption flag, but the sleep method immediately throws an
InterruptedException.