Exam 25: JavaFX
Exam 1: Introduction to Computers and Java44 Questions
Exam 2: Introduction to Java Applications34 Questions
Exam 3: Control Statements39 Questions
Exam 4: Control Statements27 Questions
Exam 5: Methods36 Questions
Exam 6: Arrays and Arraylists48 Questions
Exam 7: Introduction to Classes and Objects27 Questions
Exam 8: Classes and Objects: a Deeper Look27 Questions
Exam 9: Object Oriented Programming: Inheritance22 Questions
Exam 10: Object-Oriented Programming: Polymorphism30 Questions
Exam 11: Exception Handling27 Questions
Exam 12: Gui Components78 Questions
Exam 13: Graphics and Java 2D19 Questions
Exam 14: Fundamentals of Characters and Strings26 Questions
Exam 15: Files, Streams and Object Serialization26 Questions
Exam 16: Generic Collections41 Questions
Exam 17: Lambdas60 Questions
Exam 18: Recursion15 Questions
Exam 19: Searching, Sorting and Big O21 Questions
Exam 20: Generic Classes and Methods15 Questions
Exam 21: Custom Generic Data Structures17 Questions
Exam 22: GUI26 Questions
Exam 23: Concurrency54 Questions
Exam 24: Accessing Databases With JDBC35 Questions
Exam 25: JavaFX26 Questions
Select questions type
To create an app in NetBeans, you must first create a project, i.e., a group of related ________, such as code and images that make up an app.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
D
Which of the following statements is false?
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
D
The window in which a JavaFX app's GUI is displayed is known as the________.
Free
(Multiple Choice)
4.7/5
(38)
Correct Answer:
B
To make a layout container the ________ node in a scene graph, select the layout container, then select Scene Builder's Edit > Trim Document to Selection menu item.
(Multiple Choice)
4.9/5
(43)
Layout containers help you arrange GUI components. A VBox arranges its nodes________.
(Multiple Choice)
4.8/5
(41)
NetBeans creates three files for a JavaFX FXML Application project-an FXML markup file for the GUI, a file containing the app's main class and a file containing the app's ________ class.
(Multiple Choice)
4.9/5
(37)
The space between a node's contents and its top, right, bottom and left edges is known as the ________, which separates the contents from the node's edges.
(Multiple Choice)
4.8/5
(32)
A JavaFX Button's event handler receives a(n) ________, which indicates that the Button was clicked.
(Multiple Choice)
4.9/5
(32)
The NetBeans ________ window provides access to all of your projects. Within a project's node, the contents are organized into folders and files.
(Multiple Choice)
4.8/5
(37)
A VBox's ________ determines the layout positioning of its children.
(Multiple Choice)
4.9/5
(32)
Class NumberFormat of package java.text provides numeric formatting capabilities, such as locale-specific currency and percentage formats.
(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 26
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)