Object Oriented Programming with Design Patterns quiz 2

Object Oriented Programming with Design Patterns quiz 2

University

18 Qs

quiz-placeholder

Similar activities

ED 329 Literacy Development Stages Review

ED 329 Literacy Development Stages Review

University

20 Qs

OOP COE

OOP COE

University

15 Qs

Quiz#1 Force 2D

Quiz#1 Force 2D

University

16 Qs

Fracturas

Fracturas

University

13 Qs

10/10 Leader Dog Club

10/10 Leader Dog Club

University

17 Qs

Pre-Test Chapter 1 Quiz

Pre-Test Chapter 1 Quiz

University

16 Qs

Chapter14 Quiz

Chapter14 Quiz

University

14 Qs

QUIZ 1 FINALS - SFENT3C

QUIZ 1 FINALS - SFENT3C

University

15 Qs

Object Oriented Programming with Design Patterns quiz 2

Object Oriented Programming with Design Patterns quiz 2

Assessment

Quiz

Other

University

Hard

Created by

Surag Patel

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a simple event handler, a lambda significantly reduces the amount of code you need to write

Select one:

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The window in which a JavaFX app's GUI is displayed is known as the________.

main window

stage

pane

frame

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a simple event handler, a lambda significantly reduces the amount of code you need to write

Select one:

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Layout containers help you arrange GUI components. A VBox arranges its nodes________.

left to right


by best fit

vertically from top to bottom


horizontally from top to bottom

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The BorderPane will divide the screen into a maximum of _________.


2 components


4 components

6 components


5 components


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Application class forces any class that inherit from it to override start method. However there are init and stop methods available which can be overridden if needed. The order of execution for these methods are init , start, and finally stop for exit.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaFX Button's event handler receives a(n) ________, which indicates that the Button was clicked.


ButtonEvent


ObjectEvent

ControlEvent

ActionEvent


Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?