McqMate
| 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. |
| Answer» C. The try{} block cannot contain loops or branches. | |
View all MCQs in
Java ProgrammingNo comments yet