PPT Slide
Java has explicit language constructs for
- generating exceptions (throw)
- receiving exceptions (catch)
- cleaning up after exceptions (finally)
A. Java includes the concept of threads
for parallel or concurrent execution.
B. Java provides the Runnable interface,
which can be easier to use than pure