+1 vote
in Secure Programming Practices by
edited by

Exception Handling refers to:

Select the correct option from below

a)Commercial runtime environments that contain tools to record debugging information from memory at the time of the exception, to provide ‘root-cause’ analysis information later.

b)During application execution, if certain special conditions are met, a specific subroutine ‘exception handler’ is called

c)Identifying all possible erroneous inputs, and managing how an application responds to them

d)All the above options

1 Answer

0 votes
by
d)All the above options

Related questions

0 votes
asked Mar 21, 2023 in Data Analytics by Robin
+1 vote
asked Nov 15, 2021 in Ruby by Robin
...