You must catch checked Exceptions that may be thrown - it is a way of error handling in the code should something fail along the way. The API's that you use will specify exceptions - if any - that a...