Object Oriented Programming - I (3140705) MCQs

MCQs of JAVAFX basics and Event-driven programming and animations

Showing 1 to 10 out of 31 Questions
1.
Which is the feauture of JavaFX?
(a) FXML
(b) Scene Builder
(c) CSS-like Styling
(d) All of them
Answer:

Option (d)

2.
The following is not the component of JavaFX.
(a) Prism
(b) Scene Graph
(c) Webview
(d) Browser
Answer:

Option (d)

3.
Scene graph contains the following component.
(a) UI Controls
(b) Stage
(c) Prism
(d) None of these
Answer:

Option (a)

4.
Prism is _______
(a) an open graphics library
(b) a high performance hardware–accelerated graphical pipeline
(c) a web engine
(d) a media engine
Answer:

Option (b)

5.
GWT provides service to manage
(a) rendering Graphics
(b) Web engine
(c) Windows, timers or surface
(d) Media engine
Answer:

Option (c)

6.
Which is the correct hierarchy in JavaFX application?
(a) Scene -> Scene Graph -> Stage
(b) Stage -> Scene -> Scene Graph
(c) Scene Graph -> Scene -> Stage
(d) None of these
Answer:

Option (b)

7.
The following is not the type of Stage.
(a) Decorated
(b) Opaque
(c) Transparent
(d) Utility
Answer:

Option (b)

8.
In scene graph, parent node cannot be
(a) Group
(b) Region
(c) Shape
(d) Webview
Answer:

Option (c)

9.
Which class is extended to make any JavaFX application?
(a) Scene
(b) Stage
(c) Group
(d) Application
Answer:

Option (d)

10.
Which method will called by launch() of Application class in JavaFX?
(a) start()
(b) run()
(c) load()
(d) scene()
Answer:

Option (a)

Showing 1 to 10 out of 31 Questions