When the code in a try block may throw more than one type of exception, you need to write a catch clause for each type of exception that could potentially be thrown.
True/False