What does the try block do in Java?
c) Always prevents exceptions
d) Defines the exception types
b) Contains code that might throw an exception
a) Handles exceptions