CIS 407 Midterm Exam (All Possible Questions) (2) CIS 407 Midterm Exam (All Possible Questions) (2) | Page 3

15) ___ statements are program statements that can never execute under any circumstance. Selected Answer: 16) In order to use a variable both with a try or catch block and afterward, you must declare the variable before the __ block begins. 17) If a method throws an exception that it will not catch but that will be caught by a different method, you must also use the keyword ___ followed by an Exception type in the method header. 18) The___ class represents more serious errors form which your program usually cannot recover. Selected Answer: 19) When you have actions you must perform at the end of a try catch sequence, you can use a ___ block. 20) A ___ is a group of characters that has some meaning. 21) After you creagte a File System object, you can define a Path using the ___ method with it. Selected Answer: 22) You can create a writeable file by using the Files class ___ method. 23) The___method returns the Path element in a list of pathnames. Selected Answer: 24) An array of bytes can be wrapped, o encompassed, into a ByteBuffer using the Byte Buffer__methoud.