| 21. |
The _____ layout arranges the nodes in our application in top, left, right, bottom and center positions.
|
||||||||
|
Answer:
Option (b) |
| 22. |
The _____ layout arranges the nodes in our application on top of another.
|
||||||||
|
Answer:
Option (c) |
| 23. |
The _____ layout arranges multiple text nodes in a single flow.
|
||||||||
|
Answer:
Option (d) |
| 24. |
The _____ layout anchors the nodes in our application at a particular distance from the pane.
|
||||||||
|
Answer:
Option (b) |
| 25. |
The _____ layout adds all the nodes of application in the form of uniformly sized tiles.
|
||||||||
|
Answer:
Option (a) |
| 26. |
The _____ layout arranges the nodes in our application as a grid of rows and columns.
|
||||||||
|
Answer:
Option (b) |
| 27. |
The _____ layout wraps all the nodes in a flow.
|
||||||||
|
Answer:
Option (d) |
| 28. |
The following are the phase of event handling in JavaFX
|
||||||||
|
Answer:
Option (d) |
| 29. |
In event capturing phase, event travels to all nodes in top to bottom manner.
|
||||||||
|
Answer:
Option (c) |
| 30. |
Event dispatch chain is created in
|
||||||||
|
Answer:
Option (b) |