Java GUI Quiz

Java GUI Quiz

University

5 Qs

quiz-placeholder

Similar activities

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Tkinter

Tkinter

University

10 Qs

JavaScript CIS14A Quiz 1 Review

JavaScript CIS14A Quiz 1 Review

University

10 Qs

Basic java

Basic java

University

10 Qs

Overview of Java Web Development

Overview of Java Web Development

University

10 Qs

IMK 42

IMK 42

University

10 Qs

Javascript 1

Javascript 1

University

7 Qs

programming

programming

University

10 Qs

Java GUI Quiz

Java GUI Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Arnold Galve

Used 17+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A library used to create window-based applications.

java.util

java.swing

java.string

java.awt

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The most common form of a container is the _____ which represents a container that can be displayed on the screen.

panel

frame

canvas

form

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is ideally used to perform actions or processes in your Java GUI program?

label

text field

button

radio button

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is used to present options wherein more than one choice may be selected?

label

text field

check box

radio button

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following containers is used to capture input(s) from users?

label

textbox

button

rich text field