What does AWT stand for in Java?

raju

Quiz
•
Computers
•
University
•
Hard
Raju Amireddy
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
a. Abstract Window Toolkit
b. Advanced Window Technology
c. Application Widget Toolkit
d. Automatic Window ToolKit
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not a component in AWT?
a. Button
b. Checkbox
c. Table
d. TextArea
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which layout manager arranges components in a single row or column?
a. FlowLayout
b. BorderLayout
c. GridLayout
d. BoxLayout
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this keyword must be used to inherit a class?
a) super
b) this
c) extents
d) extends
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of these methods can be used to output a string in an applet?
a) display()
b) print()
c) drawString()
d) transient()
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
what is the width of following applet?
import java.awt.*;
import java.applet.*;
public class myapplet extends Applet {
public void paint(Graphics g)
{
g.drawString("A Simple Applet", 50, 20);
} }
20
50
200
500
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the range of byte data type in Java?
a) -128 to 127
b) -32768 to 32767
c) -2147483648 to 2147483647
d)None of the mentioned
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
JAVA SWING 1

Quiz
•
University
10 questions
Chapter 5 Java swing , small Apps

Quiz
•
University
15 questions
Brewing JavaFX Quiz

Quiz
•
University
12 questions
Java History Characteristics Environment

Quiz
•
University
11 questions
Flutter Basic

Quiz
•
University
10 questions
Chapter 1GUI Components

Quiz
•
University
10 questions
Pengenalan Aplikasi App Inventor

Quiz
•
9th Grade - University
9 questions
Swing Quiz

Quiz
•
University
Popular Resources on Quizizz
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