Solved

Assuming Three ImageView Objects Named Puppy, Kitten, and Bunny Have

Question 11

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions