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