Java GUI Quiz

Java GUI Quiz

University

5 Qs

quiz-placeholder

Similar activities

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

lesson1 quiz

lesson1 quiz

6th Grade - Professional Development

7 Qs

Internet and Mobile Programming 1

Internet and Mobile Programming 1

University

10 Qs

science day competition(AI)

science day competition(AI)

University

10 Qs

Python Unit -6 Tkinter GUI

Python Unit -6 Tkinter GUI

University

10 Qs

Pemrograman Dasar - QUIZ

Pemrograman Dasar - QUIZ

10th Grade - Professional Development

10 Qs

Video games

Video games

KG - Professional Development

10 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

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