Questions from Starting Out With Java


Q: Why would you ever need to use the older AWT library instead

Why would you ever need to use the older AWT library instead of Swing to develop an applet?

See Answer

Q: When is a component’s paint or paintComponent method called?

When is a component’s paint or paintComponent method called?

See Answer

Q: Under what circumstances would you want to use an AudioClip object to

Under what circumstances would you want to use an AudioClip object to play a sound file, rather than the Applet class’s play method?

See Answer

Q: What is a scene graph?

What is a scene graph?

See Answer

Q: What is FXML?

What is FXML?

See Answer

Q: Write an SQL statement that does the following: For each row

Write an SQL statement that does the following: For each row in the Stock table, if the TradingSymbol column is “XYZâ€, change it to “ABCâ€.

See Answer

Q: What is the purpose of the main application class in a JavaFX

What is the purpose of the main application class in a JavaFX application?

See Answer

Q: What is an event listener?

What is an event listener?

See Answer

Q: Why should a group of RadioButtons belong to the same toggle group

Why should a group of RadioButtons belong to the same toggle group?

See Answer

Q: Both main memory and secondary storage are types of memory. Describe

Both main memory and secondary storage are types of memory. Describe the difference between the two.

See Answer