| 11. |
Which is the default argument of start() of Application class in JavaFX?
|
||||||||
|
Answer:
Option (b) |
| 12. |
Which method is not part of life cycle of JavaFX application?
|
||||||||
|
Answer:
Option (c) |
| 13. |
Width and height arguments are optional in the constructor of Scene class.
|
||||
|
Answer:
Option (a) |
| 14. |
Which method is used to add scene to stage?
|
||||||||
|
Answer:
Option (b) |
| 15. |
The following is not the method of Line class in javafx.scene.shape
|
||||||||
|
Answer:
Option (c) |
| 16. |
Which method is used to make rounded rectangle?
|
||||||||
|
Answer:
Option (a) |
| 17. |
Which is the incorrect instantiation of Color class?
|
||||||||
|
Answer:
Option (c) |
| 18. |
Which package is required to load images in JavaFX?
|
||||||||
|
Answer:
Option (a) |
| 19. |
The _____ layout arranges all the nodes in our application in a single horizontal row.
|
||||||||
|
Answer:
Option (c) |
| 20. |
The _____ layout arranges all the nodes in our application in a single vertical column.
|
||||||||
|
Answer:
Option (a) |