CIS 407 STUDY Learn Do Live /cis407study.com CIS 407 STUDY Learn Do Live /cis407study.com | Page 5
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.
25)
Any of the file input or output methods in a Java program
might throw an exception, so all the relevant code in the class is placed
in a ___ block.
===================================================
CIS 407 Week 1 lab 1
FOR MORE CLASSES VISIT
www.cis407study.com
Week 1 Lab 1: Exercise 1 on page 539
===================================================
CIS 407 Week 1 lab 2