True or False:
The following is a valid combination of try and finally blocks:

try {
  // statements
}
finally {
  // statements
}
True
  • False

There are no hints for this question