True or False: The following is a valid combination of try and finally blocks:
try { // statements } finally { // statements }
There are no hints for this question