What does the following statement do?
```
Image puppy = new Image("file:C:\\images\terrier.jpg");
```
a. It creates an instance of the ImageView class with the terrier.jpg file passed to the constructor.
b. It loads an image named "images\terrier.jpg" and stores the image in the Image variable.
c. It loads an image file named terrier.jpg which is found in the images folder on the user's C-drive.
d. Nothing; it is not possible to include a path to a file when using the Image class.
c. It loads an image file named terrier.jpg which is found in the images folder on the user's C-drive.
You might also like to view...
When testing macros with conditions ________
A) all outcomes should be tested B) you are prompted to identify the type of macro test required C) allow enough time for the test as the macro cannot be interrupted D) it is not necessary to test the false outcome
f a stack is used in a nonrecursive solution to the HPAir problem, when is it necessary to backtrack from a city?
`What will be an ideal response?