Which of the following is not true about exception handling?
a) Exceptions disrupt the normal flow of a program
b) Exception handling helps in managing errors
c) Exception handling cannot be nested
d) Exception handling involves try, catch, and finally blocks