What is the purpose of the line of code:
import java.awt.*;
Java Swing/AWT Graphics
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Elizabeth Cavazos
Used 318+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the purpose of the line of code:
import java.awt.*;
To allow you to make Random number generators
To use an interface.
To import a package
To allow you to Scan from the terminal or a file.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is a method?
An organized and functionally based set of related interfaces and classes
Where we type our code.
A set of group of code that can be called for execution.
An instance of a class
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the lines of code DOES NOT call a method?
frame.setSize()
frame.setVisible(true);
JFrame frame;
frame.setResizable(false);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
JFrame, JPanel, JLabel, JButton are examples of ...
methods
classes
interfaces
packages
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What code adds this JButton to this JPanel?
JPanel panel = new JPanel();
JButton button = new JButton();
panel.add(button);
button.add(panel);
frame.add(panel);
panel.add(JButton);
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the options below correctly set the background color of a JPanel called panel to the color blue? (More than one option may be correct).
panel.setBackground(0,0,255);
panel.setBackground(BLUE);
panel.setBackground(new Color(0,0,255);
panel.setBackground(Color.BLUE);
panel.addBackgroundColor(BLUE);
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How would you change the text of a label to the text contained by an integer named num;
label.setText(num);
label.updateText(num);
label.setTest("num");
label.setText(num+ "");
25 questions
Pemrograman Berorientasi Objek dengan Java Netbeans
Quiz
•
12th Grade
24 questions
WORD Module 2 Review
Quiz
•
9th - 12th Grade
25 questions
Blender Fundamentals Quiz
Quiz
•
9th - 12th Grade
22 questions
Adobe Illustrator
Quiz
•
9th - 12th Grade
22 questions
Toon Boom Storyboard-About the Interface
Quiz
•
9th - 12th Grade
26 questions
Motherboard Connections and parts
Quiz
•
6th - 12th Grade
23 questions
MS WORD Lesson 2
Quiz
•
9th - 12th Grade
26 questions
ULANGAN HARIAN 2 MULOK - 2024
Quiz
•
10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University