A

Admin • 832.27K Points
Coach

Q. Which of the following statements about the try{} block in Java is false?

  • (A) Some of the statements in a try{} block will never throw an exception.
  • (B) The try{} block must appear before the catch{} blocks.
  • (C) The try{} block cannot contain loops or branches.
  • (D) The statements in a try{} block may throw several types of exception.
  • Correct Answer - Option(C)
  • Views: 26
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.