How many try-catch blocks will be generated by the following program?
1) 0 blocks
2) 1 block
3) 3 blocks
4) 12 blocks

Extra Question:
What is the final value of "i" if "i" was initialized with 0?
1) 0
2) 1
3) 2

<canvas>
<script when="immediate">
#pragma "warnUndefinedReferences=true"
#pragma "catchFunctionExceptions=true"
a is b[i+=1]
</script>
</canvas>

Reply via email to