JavaFX

JavaFX

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Javascript DOM

Javascript DOM

11th Grade

10 Qs

Grade11_COMPROG2_Q4_Quiz#2

Grade11_COMPROG2_Q4_Quiz#2

11th Grade

15 Qs

ASESMEN AWAL MATERI POWER POINT

ASESMEN AWAL MATERI POWER POINT

9th Grade

11 Qs

ASTS INFORMATIKA KELAS 9

ASTS INFORMATIKA KELAS 9

9th Grade

15 Qs

Web 2.6 Bacaan

Web 2.6 Bacaan

11th Grade

10 Qs

Web 3.7 Quiz

Web 3.7 Quiz

11th Grade

10 Qs

3TDS - Programação Backend - Recuperação 1

3TDS - Programação Backend - Recuperação 1

12th Grade

10 Qs

Se liga 3º trimestre 1º ano

Se liga 3º trimestre 1º ano

10th Grade

15 Qs

JavaFX

JavaFX

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Hard

Created by

rps.informatika rps.informatika

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the entry point for all JavaFX applications ?

main()

start()

package()

class()

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which class represents a window in Java FX ?

scene

stage

application

pane

3.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Create btn object of class Button (put space between words)?

4.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Set text "Solutions" on the object btn !

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which method will we use if we want to set the width of the object btn ?

setWidth()

setMinWidth()

setW()

setWth()

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is not JavaFX node ?

Button

ImageView

Picture

Text

7.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Fill in the blank !!!

btn.setOnAction(new EventHandler<____________>() {

@Override

public void handle(ActionEvent event) {

System.out.println("Hello World!");

}//end method handle

});//end setOnAction

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?