Questions from Starting Out With Java


Q: What is the purpose of a toggle group?

What is the purpose of a toggle group?

See Answer

Q: Write an exception class that can be thrown when a negative number

Write an exception class that can be thrown when a negative number is passed to a method.

See Answer

Q: Do you normally add RadioButtons or CheckBoxes to a toggle group?

Do you normally add RadioButtons or CheckBoxes to a toggle group?

See Answer

Q: What ImageView property do you set in the Inspector panel to display

What ImageView property do you set in the Inspector panel to display an image?

See Answer

Q: What method do you call to change an ImageView’s image

What method do you call to change an ImageView’s image?

See Answer

Q: What is a component?

What is a component?

See Answer

Q: What is an event? What is an event listener?

What is an event? What is an event listener?

See Answer

Q: What is a scene graph?

What is a scene graph?

See Answer

Q: What are the three types of nodes in a scene graph?

What are the three types of nodes in a scene graph?

See Answer

Q: What type of scene graph node can have children? What type

What type of scene graph node can have children? What type cannot?

See Answer