In exception handling, what is the purpose of the try block?
To define exceptions that the method might throw
To catch exceptions thrown by methods
To execute code that may throw an exception
To declare the type of exceptions that can occur