Question: 1
Which three statements are true about exception handling?
Question: 2
Given the code fragment:

Which code fragment, inserted at line n1, pints The Top element: 30?

Question: 3
Given:

And given the commands:
javac Test.java
java Test
What is the result?
Question: 4
Given the following class:

Which three pieces of code, when inserted independently, set the value of amount to 100?

Question: 5
Given the code fragments:

And,

Which statement is true?