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: Share Manage Tags
Discusssion
Login to discuss.