πŸ“Š JAVA
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.
πŸ’¬ Discuss
βœ… Correct Answer: (C) The try{} block cannot contain loops or branches.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
117
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate