Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : java.awt and java.io : Multiple Choice


Learn about java.awt and java.io packages.

Formats Info Page Worksheet / Test Paper Quiz Review
Multiple choice

Your Performance  

1.

What does the following line of code do?
Textfield text = new Textfield(10);

  Creates text object that can hold 10 rows of text.

  Creates the object text and initializes it with the value 10.

  The code is illegal.

  Creates text object that can hold 10 columns of text.

  Half-n-half Clue
 

2.

When we invoke repaint() for a java.awt.Component object, the AWT invokes the method:

  update()

  paint()

  show()

  draw()

  Half-n-half Clue
 

3.

Which of the following methods can be used to draw the outline of a square within a java.awt.Component object?
(A) fillRect()
(B) drawLine()
(C) drawRect()
(D) drawString()
(E) drawPolygon()

  (C), (D) & (E)

  (A), (B), (C) & (E)

  (B) & (C)

  (A), (B) & (C)

  (B), (C) & (E)

  Half-n-half Clue
 

4.

Which of the following applet tags is legal to embed an applet class named Test into a Web page?

  < applet
code = Test.class width = 200 height = 100

  < applet>
code = Test.class width = 200 height = 100>

  < applet
class = Test width = 200 height = 100>

  < applet
code = Test.class width = 200 height = 100>

  < applet
param = Test.class width = 200 height = 100>

  Half-n-half Clue
 

5.

Which of the following statements are true?
(A) Unicode characters are all 16 bits.
(B) UTF characters are all 24 bits.
(C) Reader class has methods that can read integers and floats.
(D) File class may be used to rename a file.
(E) DataOutputStream objects are used to write primitive data to a file.

  (A), (B) & (D)

  (A), (C), (D) & (E)

  (A), (D) & (E)

  (B), (D) & (E)

  (A) & (D)

  Half-n-half Clue
 

6.

The setBackground() method is part of the following class in java.awt package:

  Applet

  Component

  Object

  Graphics

  Container

  Half-n-half Clue
 

7.

Which of the following methods can be used to change the size of a java.awt.Component object?
(A) dimension()
(B) setSize()
(C) area()
(D) size()
(E) resize()

  (D) & (E)

  (A), (B), (C) & (E)

  (B) & (E)

  (B), (D) & (E)

  (A), (B) & (E)

  Half-n-half Clue
 


 
12 more pages in Java Programming


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright
Previous
-
Next
-