Multiple choice The code which is likely to produce exception is kept within the ___________ block. catch try throw main() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The code which is likely to produce an exception must be kept within the try block.