Assuming three ImageView objects named puppy, kitten, and bunny have been created, what does the following statement do?

```
HBox hbox = new HBox(5, puppy, kitten, bunny);
```

a. The number 5 refers to the number of ImageView objects so there will be two empty spots for two more ImageView objects.
b. There will be five pixels of space between the controls horizontally in the container.
c. The controls will be displayed vertically with five pixels between them.
d. The statement does nothing; it contains an error.


b. There will be five pixels of space between the controls horizontally in the container.

Computer Science & Information Technology

You might also like to view...

The Status column of the Task Manager's Services tab lists each service as either running or ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Insert Table of Figures button is located on the ________ tab in Word

Fill in the blank(s) with correct word

Computer Science & Information Technology