raju

raju

University

13 Qs

quiz-placeholder

Similar activities

Quiz sobre Interfaces Gráficas en JAVA

Quiz sobre Interfaces Gráficas en JAVA

University

15 Qs

Cours 7 : Swing en Java

Cours 7 : Swing en Java

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Internet and Mobile Programming 1

Internet and Mobile Programming 1

University

10 Qs

Advanced Java Lab-week1

Advanced Java Lab-week1

University

10 Qs

Java Programming

Java Programming

University

15 Qs

Teks dan Desktop Berbasis Objek

Teks dan Desktop Berbasis Objek

University

10 Qs

Interfaces Gráficas

Interfaces Gráficas

University

9 Qs

raju

raju

Assessment

Quiz

Computers

University

Hard

Created by

Raju Amireddy

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does AWT stand for in Java?

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

  1. what is the width of following applet?

  2. import java.awt.*;

  3. import java.applet.*;

  4. public class myapplet extends Applet {

  5. public void paint(Graphics g)

  6. {

  7. g.drawString("A Simple Applet", 50, 20);

  8. } }

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

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?