0% found this document useful (0 votes)
157 views42 pages

Awt Swing and Event

The document provides a summary of key events in Java and their characteristics: 1. ActionEvent is generated when a button is pressed or a menu item is selected. AdjustmentEvent is generated when a scroll bar is manipulated. 2. ComponentEvent is generated when the size of a component changes. ContainerEvent is generated when a component is added or removed from a container. 3. FocusEvent is generated when a component gains or loses input focus. WindowEvent is generated when a window is closed or activated. 4. MouseEvent provides methods like getPoint() to obtain mouse coordinates. TextEvent constants include TEXT_CHANGED.

Uploaded by

Aditya Ghule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
157 views42 pages

Awt Swing and Event

The document provides a summary of key events in Java and their characteristics: 1. ActionEvent is generated when a button is pressed or a menu item is selected. AdjustmentEvent is generated when a scroll bar is manipulated. 2. ComponentEvent is generated when the size of a component changes. ContainerEvent is generated when a component is added or removed from a container. 3. FocusEvent is generated when a component gains or loses input focus. WindowEvent is generated when a window is closed or activated. 4. MouseEvent provides methods like getPoint() to obtain mouse coordinates. TextEvent constants include TEXT_CHANGED.

Uploaded by

Aditya Ghule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 42

1.

Which class can be used to represent a checkbox with a textual label that can
appear in a menu. Select the one correct answer.
A. MenuBar
B. MenuItem
C. CheckboxMenuItem
D. Menu
E. CheckBox

1. Which of these packages contains all the classes and methods required for even
handling in Java?
a) java.applet
b) java.awt
c) java.event
d) java.awt.event

2. What is an event in delegation event model used by Java programming


language?
a) An event is an object that describes a state change in a source.
b) An event is an object that describes a state change in processing.
c) An event is an object that describes any change by the user and system.
d) An event is a class used for defining object, to create events.
View Answer
Answer: a
Explanation: An event is an object that describes a state change in a source.
3. Which of these methods are used to register a keyboard event listener?
a)KeyListener()
b)addKistener()
c)addKeyListener()
d)eventKeyboardListener()
View Answer
Answer: c
Explanation: None.
4. Which of these methods are used to register a mouse motion listener?
a)addMouse()
b)addMouseListener()
c)addMouseMotionListner()
d)eventMouseMotionListener()
View Answer
Answer: c
Explanation: None.
advertisements
5. What is a listener in context to event handling?
a) A listener is a variable that is notified when an event occurs.
b) A listener is a object that is notified when an event occurs.
c) A listener is a method that is notified when an event occurs.
d) None of the mentioned
View Answer
Answer: b
Explanation: A listener is a object that is notified when an event occurs. It has two major
requirements first, it must have been registered with one or more sources to receive notification
about specific event types, and secondly it must implement methods to receive and process these
notifications.
6. Event class is defined in which of these libraries?
a)java.io
b)java.lang
c)java.net
d)java.util
View Answer
Answer: d
Explanation: None.
7. Which of these methods can be used to determine the type of event?
a)getID()
b)getSource()
c)getEvent()
d)getEventObject()
View Answer
Answer: a
Explanation: getID() can be used to determine the type of an event.
8. Which of these class is super class of all the events?
a)EventObject
b)EventClass
c)ActionEvent
d)ItemEvent
View Answer
Answer: a
Explanation: EventObject class is a super class of all the events and is defined in java.util package.
advertisements
9. Which of these events will be notified if scroll bar is manipulated?
a) ActionEvent
b) ComponentEvent
c) AdjustmentEvent
d) WindowEvent
View Answer
Answer: c
Explanation: AdjustmentEvent is generated when a scroll bar is manipulated.
10. Which of these events will be generated if we close an applet’s window?
a)ActionEvent
b)ComponentEvent
c)AdjustmentEvent
d)WindowEvent
View Answer
Answer: d
Explanation: WindowEvent is generated when a window is activated, closed, deactivated,
deiconfied, iconfied, opened or quit.

.Which method is called first by an applet?

[A] start()

[B] run()

[C] init()

[D] paint()

2.To display text on the applet........method is used.

[A] showString()

[B] drawString()

[C] println()

[D] printString()

3.To run an applet..........command is used.

[A] run

[B] java

[C] appletviewer
[D] applet

4.AppletViewer tool is available in which of the folder of JDK :

[A] bin

[B] lib

[C] source

[D] class

5.The Applet class is in ...........package

[A] java.applet

[B] java.awt

[C] java.io

[D] java.util

6.which method can be used to draw a circle in the applet?

[A] drawCircle()

[B] drawOval()

[C] drawArc()

[D] both b and c

7.To display text in the applet status bar.........method is used.

[A] showStatus()

[B] showStatusBar()

[C] drawStatus()

[D] drawStatusBar()

8.which of the following is an optional attribute of applet tag?

[A] Code

[B] Name

[C] Width

[D] Height
9.Which method can be used to draw a rectangle in the a Applet?

[A] drawRect()

[B] drawPolygon()

[C] drawLine()

[D] all of these

10.which package contains color class?

[A] java.applet

[B] java.awt

[C] java.graphics

[D] java.lang

11.Which class is used to get dimensions of an applet?

[A] Dimension

[B] metrics

[C] Applet

[D] fontMetrics

12.The constructor for Font class is................

[A] Font(String name)

[B] Font(string name,int style,int size)

[C] Font(String name,int size)

[D] Font(String name,int style)

13.The syntax of paint()method is................

[A] public void paint()

[B] public void paint(String s)

[C] public void paint(Graphics g)

[D] public void paint(Graphics g,String s)

14.The syntax of drawstring() method is.................


[A] void drawstring(String s)

[B] void drawstring(String s,int x,int y)

[C] void drawstring(int x,int y,string s)

[D] void drawstring(String x,int x)

15.The(0,0) coordinates of applet window is located at......

[A] at the center of the applet

[B] at the center of the right edge of the applet

[C] at the center of the left edge of the applet

[D] at the upper-left corner of the applet

Which layout manager places components in one of five regions: north, south, east, west, and center?
(a) AbsoluteLayout (b) GridLayout (c) BorderLayout (d) FlowLayout

16. A frame’s __________ designates the area of the frame excluding the title, menu bar, and the
border. (a) content pane (b) layout manager (c) event listener (d) action listener

17. Clicking a mouse button will always generate which event? (a) MouseButtonEvent (b) ActionEvent
(c) MouseClickEvent (d) MouseEvent

ava Questions & Answers – ActionEvent & AdjustmentEvent


Class
This section of our 1000+ Java MCQs focuses on ActionEvent & AdjustmentEvent class in Java
Programming Language.
1. Which of these events is generated when a button is pressed?
a) ActionEvent
b) KeyEvent
c) WindowEvent
d) AdjustmentEvent
View Answer
Answer: a
Explanation: Action event is generated when a button is pressed, a list item is double-clicked or a
menu item is selected.
2. What is an event in delegation event model used by Java programming language?
a) An event is an object that describes a state change in a source.
b) An event is an object that describes a state change in processing.
c) An event is an object that describes any change by the user and system.
d) An event is a class used for defining object, to create events.
View Answer
Answer: a
Explanation: An event is an object that describes a state change in a source.
3. Which of these methods can be used to obtain the command name for invoking
ActionEvent object?
a) getCommand()
b) getActionCommand()
c) getActionEvent()
d) getActionEventCommand()
View Answer
Answer: b
Explanation: None.
4. Which of these are integer constants defined in ActionEvent class?
a) ALT_MASK
b) CTRL_MASK
c) SHIFT_MASK
d) All of the mentioned
View Answer
Answer: d
Explanation: Action event defines 4 integer constants ALT_MASK, CTRL_MASK, SHIFT_MASK and
ACTION_PERFORMED

Java Questions & Answers – ComponentEvent, ContainerEvent


& FocusEvent Class
This section of our 1000+ Java MCQs focuses on ComponentEvent, ContainerEvent & FocusEvent
Classes in Java Programming Language.
1. Which of these events is generated when the size os an event is changed?
a) ComponentEvent
b) ContainerEvent
c) FocusEvent
d) InputEvent
View Answer

2. Which of these events is generated when the component is added or removed?


a) ComponentEvent
b) ContainerEvent
c) FocusEvent
d) InputEvent
View Answer

3. Which of these methods can be used to obtain the reference to the container that
generated a ContainerEvent?
a) getContainer()
b) getContainerCommand()
c) getActionEvent()
d) getContainerEvent()
View Answer

4. Which of these methods can be used to get reference to a componentthat was removed
from a container?
a) getComponent()
b) getchild()
c) getContainerComponent()
d) getComponentChild()
5. Which of these are integer constants of ComponentEvent class?
a) COMPONENT_HIDDEN
b) COMPONENT_MOVED
c) COMPONENT_RESIZE
d) All of the mentioned
View Answer
6. Which of these events is generated when computer gains or losses input
focus?
a) ComponentEvent
b) ContainerEvent
c) FocusEvent
d) InputEvent
View Answer
7. FocusEvent is subclass of which of these classes?
a) ComponentEvent
b) ContainerEvent
c) ItemEvent
d) InputEvent
View Answer
8. Which of these methods can be used to know the type of focus change?
a) typeFocus()
b) typeEventFocus()
c) isTemporary()
d) isPermanent()
9. Which of these events will be notified if scroll bar is manipulated?
a) ActionEvent
b) ComponentEvent
c) AdjustmentEvent
d) WindowEvent
View Answer
10. Which of these is superclass of ContainerEvent class?
a) WindowEvent
b) ComponentEvent
c) ItemEvent
d) InputEvent

This section of our 1000+ Java MCQs focuses on MouseEvent, TextEvent & WindowEvent Class
Classes in Java Programming Language.
1. Which of these events is generated when the a window is closed?
a) TextEvent
b) MouseEvent
c) FocusEvent
d) WindowEvent
View Answer
2. Which of these events is generated when the component is added or
removed?
a) ComponentEvent
b) ContainerEvent
c) FocusEvent
d) InputEvent
View Answer
3. Which of these methods can be used to obtain the coordinates of a mouse?
a) getPoint()
b) getCoordinates()
c) getMouseXY()
d) getMouseCordinates()
View Answer
4. Which of these methods can be used to change location of an event?
a) ChangePoint()
b) TranslatePoint()
c) ChangeCordinates()
d) TranslateCordinates()
View Answer
5. Which of these are integer constants of TextEvent class?
a) TEXT_CHANGED
b) TEXT_FORMAT_CHANGED
c) TEXT_VALUE_CHANGED
d) TEXT_sIZE_CHANGED
View Answer
6. Which of these methods is used to obtain the object that generated a
WindowEvent?
a) getMethod()
b) getWindow()
c) getWindowEvent()
d) getWindowObject()
View Answer
7. MouseEvent is subclass of which of these classes?
a) ComponentEvent
b) ContainerEvent
c) ItemEvent
d) InputEvent
View Answer
8. Which of these methods is used to get x coordinate of the mouse?
a) getX()
b) getXCoordinate()
c) getCoordinateX()
d) getPointX()
View Answer
9. Which of these are constants defined in WindowEvent class?
a) WINDOW_ACTIVATED
b) WINDOW_CLOSED
c) WINDOW_DEICONIFIED
d) All of the mentioned
View Answer
10. Which of these is superclass of WindowEvent class?
a) WindowEvent
b) ComponentEvent
c) ItemEvent
d) InputEvent

Java Questions & Answers – Event Listeners Interfaces


This section of our 1000+ Java MCQs focuses on event listener interfaces in Java Programming
Language.
1. Which of these packages contains all the event handling interfaces?
a) java.lang
b) java.awt
c) java.awt.event
d) java.event
View Answer

2. Which of these interfaces handles the event when a component is added to a container?
a) ComponentListener
b) ContainerListener
c) FocusListener
d) InputListener
View Answer

3. Which of these interfaces define a method actionPerformed()?


a) ComponentListener
b) ContainerListener
c) ActionListener
d) InputListener
View Answer

4. Which of these interfaces define four methods?


a) ComponentListener
b) ContainerListener
c) ActionListener
d) InputListener
View Answer
5. Which of these interfaces define a method itemStateChanged()?
a) ComponentListener
b) ContainerListener
c) ActionListener
d) ItemListener
View Answer
6. Which of these methods will respond when you click any button by mouse?
a) mouseClicked()
b) mouseEntered()
c) mousePressed()
d) All of the mentioned
View Answer

7. Which of these methods will be invoked if a character is entered?


a) keyPressed()
b) keyReleased()
c) keyTyped()
d) keyEntered()
View Answer

8. Which of these methods is defined in MouseMotionAdapter class?


a) mouseDragged()
b) mousePressed()
c) mouseReleased()
d) mouseClicked()
View Answer
9. Which of these are constants defined in WindowEvent class?
a) WINDOW_ACTIVATED
b) WINDOW_CLOSED
c) WINDOW_DEICONIFIED
d) All of the mentioned
View Answer
10. Which of these is superclass of all Adapter classes?
a) Applet
b) ComponentEvent
c) Event
d) InputEvent
View Answer

Basics of AWT and Swing - Java test

1) Give the abbreviation of AWT?

A) Applet Windowing Toolkit


B) Abstract Windowing Toolkit
C) Absolute Windowing Toolkit
D) None of the above
View Answer / Hide Answer

2) Which is the container that contain title bar and can have MenuBars. It can have other components like
button, textfield etc.?

A) Panel
B) Frame
C) Window
D) Container
View Answer / Hide Answer

3) Which is a component in AWT that can contain another components like buttons, textfields, labels etc.?

A) Window
B) Container
C) Panel
D) Frame
View Answer / Hide Answer

4) AWT is used for GUI programming in java?

A) True
B) False
View Answer / Hide Answer

5) The following specifies the advantages of

It is lightweight.
It supports pluggable look and feel.
It follows MVC (Model View Controller) architecture.

A) Swing
B) AWT
C) Both A & B
D) None of the above
View Answer / Hide Answer

6) Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application?

A) True
B) False
View Answer / Hide Answer

7) Which class provides many methods for graphics programming?

A) java.awt
B) java.Graphics
C) java.awt.Graphics
D) None of the above
View Answer / Hide Answer
8) These two ways are used to create a Frame

By creating the object of Frame class (association)


By extending Frame class (inheritance)

A) True
B) False
View Answer / Hide Answer

9) The Following steps are required to perform

1) Implement the Listener interface and overrides its methods


2) Register the component with the Listener

A) Exception Handling
B) String Handling
C) Event Handling
D) None of the above
View Answer / Hide Answer

10) In which places can put the event handling code

A) Same class
B) Other class
C) Annonymous class
D) All mentioned above
View Answer / Hide Answer

11) Which package provides many event classes and Listener interfaces for event handling?

A) java.awt
B) java.awt.Graphics
C) java.awt.event
D) None of the above
View Answer / Hide Answer

12) To use the ActionListener interface it must be implemented by a class there are several ways to do
that find in the following?

A) Creating a new class


B) using the class the graphical component
C) an anonymous inner class
D) All mentioned above
View Answer / Hide Answer

13) The ActionListener interface is not used for handling action events?

A) True
B) False
View Answer / Hide Answer

14) The ActionListener interface is used for handling action events,For example,it's used by a

A) JButton
B) JCheckbox
D) JMenuItem
C) All of these
View Answer / Hide Answer

15) Which is the container that doesn't contain title bar and MenuBars. It can have other components like
button, textfield etc?

A) Window
B) Frame
C) Panel
D) Container
View Answer / Hide Answer
16) How many types of controls does AWT supports these controls are subclasses of component?

A) 7
B) 6
C) 5
D) 8
View Answer / Hide Answer

17) Which are passive controls that do not support any interaction with the user?

A) Choice
B) List
C) Labels
D) Checkbox
View Answer / Hide Answer

18) By which method You can set or change the text in a Label?

A) setText()
B) getText()
C) Both A & B
D) None of the above
View Answer / Hide Answer

19) Which class is used to create a pop-up list of items from which the user may choose?

A) List
B) Choice
C) Labels
D) Checkbox
View Answer / Hide Answer
20) Which object can be constructed to show any number of choices in the visible window?

A) Labels
B) Choice
C) List
D) Checkbox
View Answer / Hide Answer

21) Which class is used for this Processing Method processActionEvent( )?

A) Button,List,MenuItem
B) Button,Checkbox,Choice
C) Scrollbar,Component,Button
D) None of the above
View Answer / Hide Answer

22) The Swing Component classes that are used in Encapsulates a mutually exclusive set of buttons?

A) AbstractButton
B) ButtonGroup
C) JButton
D) ImageIcon
View Answer / Hide Answer

23) Which is used to store data and partial results, as well as to perform dynamic linking, return values for
methods, and dispatch exceptions?

A) Window
B) Panel
C) Frame
D) Container
View Answer / Hide Answer

24) The following way is used to create a frame is by creating the object of Frame class?
A) inheritance
B) association
C) Both A & B
D) None of the above
View Answer / Hide Answer

25) AWT more powerful components like tables, lists, scroll panes, color chooser, tabbed pane etc.?

A) True
B) False
View Answer / Hide Answer

26) In Graphics class Which method is used to set the graphics current color to the specified color?

A) public abstract void setFont(Font font)


B) public abstract void setColor(Color c)
C) public abstract void drawString(String str, int x, int y)
D) None of the above
View Answer / Hide Answer

27) These four methods commonly used in?

1)public void add(Component c)


2)public void setSize(int width,int height)
3)public void setLayout(LayoutManager m)
4)public void setVisible(boolean)

A) Graphics class
B) Component class
C) Both A & B
D) None of the above
View Answer / Hide Answer
28) In Graphics class which method is used to draws a rectangle with the specified width and height?

A) public void drawRect(int x, int y, int width, int height)


B) public abstract void fillRect(int x, int y, int width, int height)
C) public abstract void drawLine(int x1, int y1, int x2, int y2)
D) public abstract void drawOval(int x, int y, int width, int height)
View Answer / Hide Answer

29) Implement the Listener interface and overrides its methods is required to perform in event handling?

A) True
B) False
View Answer / Hide Answer

30) The Java Foundation Classes (JFC) is a set of GUI components which simplify the development of
desktop applications?

A) True
B) False

EVENT HANDLING

What is the highest-level event class of the event-delegation model?

Ans : The java.util.eventObject class is the highest-level class in the event-delegation hierarchy.

What interface is extended by AWT event listeners?

Ans : All AWT event listeners extend the java.util.EventListener interface.

What class is the top of the AWT event hierarchy?

Ans : The java.awt.AWTEvent class is the highest-level class in the AWT event class hierarchy.

What event results from the clicking of a button?

Ans : The ActionEvent event is generated as the result of the clicking of a button.

What is the relationship between an event-listener interface and an event-adapter class?

Ans : An event-listener interface defines the methods that must be implemented by an event
handler for a particular kind of event.

An event adapter provides a default implementation of an event-listener interface.

In which package are most of the AWT events that support the event-delegation model defined?

Ans : Most of the AWT–related events of the event-delegation model are defined in the

java.awt.event package. The AWTEvent class is defined in the java.awt package.

What is the advantage of the event-delegation model over the earlier event-inheritance model?

Ans : The event-delegation has two advantages over the event-inheritance model. They are :

It enables event handling by objects other than the ones that generate the events. This

allows a clean separation between a component’s design and its use.

It performs much better in applications where many events are generated. This

performance improvement is due to the fact that the event-delegation model does not

have to repeatedly process unhandled events, as is the case of the event-inheritance

model.

What is the purpose of the enableEvents( ) method?

Ans :The enableEvents( ) method is used to enable an event for a particular object.

Which of the following are true?

The event-inheritance model has replaced the event-delegation model.

The event-inheritance model is more efficient than the event-delegation model.

The event-delegation model uses event listeners to define the methods of event-handling classes.

The event-delegation model uses the handleEvent( ) method to support event handling.

Ans : c.

Which of the following is the highest class in the event-delegation model?

java.util.EventListener

java.util.EventObject

java.awt.AWTEvent

java.awt.event.AWTEvent
Ans : b.

When two or more objects are added as listeners for the same event, which listener is first invoked to

handle the event?

The first object that was added as listener.

The last object that was added as listener.

There is no way to determine which listener will be invoked first.

It is impossible to have more than one listener for a given event.

Ans : c.

Which of the following components generate action events?

Buttons

Labels

Check boxes

Windows

Ans : a.

WA TextField object may generate an ActionEvent.

A TextArea object may generate an ActionEvent.

A Button object may generate an ActionEvent.

A MenuItem object may generate an ActionEvent.

Ans : a,c and d.

Which of the following are true?

The MouseListener interface defines methods for handling mouse clicks.

The MouseMotionListener interface defines methods for handling mouse clicks.

The MouseClickListener interface defines methods for handling mouse clicks.

The ActionListener interface defines methods for handling the clicking of a button.

Ans : a and d.

Suppose that you want to have an object eh handle the TextEvent of a TextArea object t. How should
you add eh as the event handler for t?

t.addTextListener(eh);

eh.addTextListener(t);

addTextListener(eh.t);

addTextListener(t,eh);

Ans : a.

What is the preferred way to handle an object’s events in Java 2?

Override the object’s handleEvent( ) method.

Add one or more event listeners to handle the events.

Have the object override its processEvent( ) methods.

Have the object override its dispatchEvent( ) methods.

Ans : b.

Which of the following are true?

A component may handle its own events by adding itself as an event listener.

A component may handle its own events by overriding its event-dispatching method.

A component may not handle oits own events.

A component may handle its own events only if it implements the handleEvent( ) method.

Ans : a and b.
AWT : WINDOWS, GRAPHICS AND FONTS

How would you set the color of a graphics context called g to cyan?

g.setColor(Color.cyan);

g.setCurrentColor(cyan);

g.setColor("Color.cyan");

g.setColor("cyan’);

g.setColor(new Color(cyan));

Ans : a.

The code below draws a line. What color is the line?


g.setColor(Color.red.green.yellow.red.cyan);

g.drawLine(0, 0, 100,100);

Red

Green

Java Multiple Choice Questions

Dept of Computer Science SSBN Degree College

Yellow

Cyan

Black

Ans : d.

What does the following code draw?

g.setColor(Color.black);

g.drawLine(10, 10, 10, 50);

g.setColor(Color.RED);

g.drawRect(100, 100, 150, 150);

A red vertical line that is 40 pixels long and a red square with sides of 150 pixels

A black vertical line that is 40 pixels long and a red square with sides of 150 pixels

A black vertical line that is 50 pixels long and a red square with sides of 150 pixels

A red vertical line that is 50 pixels long and a red square with sides of 150 pixels

A black vertical line that is 40 pixels long and a red square with sides of 100 pixel

Ans : b.

Which of the statements below are true?

A polyline is always filled.

b) A polyline can not be filled.

c) A polygon is always filled.

d) A polygon is always closed


e) A polygon may be filled or not filled

Ans : b, d and e.

What code would you use to construct a 24-point bold serif font?

new Font(Font.SERIF, 24,Font.BOLD);

new Font("SERIF", 24, BOLD");

new Font("BOLD ", 24,Font.SERIF);

new Font("SERIF", Font.BOLD,24);

new Font(Font.SERIF, "BOLD", 24);

Ans : d.

What does the following paint( ) method draw?

Public void paint(Graphics g) {

g.drawString("question #6",10,0);

The string "question #6", with its top-left corner at 10,0

A little squiggle coming down from the top of the component, a little way in from the left edge

Ans : b.

What does the following paint( ) method draw?

Public void paint(Graphics g) {

g.drawString("question #6",10,0);

A circle at (100, 100) with radius of 44

A circle at (100, 44) with radius of 100

A circle at (100, 44) with radius of 44

The code does not compile

Ans : d.

8)What is relationship between the Canvas class and the Graphics class?
Ans : A Canvas object provides access to a Graphics object via its paint( ) method.

What are the Component subclasses that support painting.

Ans : The Canvas, Frame, Panel and Applet classes support painting.

What is the difference between the paint( ) and repaint( ) method?

Ans : The paint( ) method supports painting via a Graphics object. The repaint( ) method is used

to cause paint( ) to be invoked by the AWT painting method.

What is the difference between the Font and FontMetrics classes?

Ans : The FontMetrics class is used to define implementation-specific properties, such as ascent

Java Multiple Choice Questions

Dept of Computer Science SSBN Degree College

and descent, of a Font object.

Which of the following are passed as an argument to the paint( ) method?

A Canvas object

A Graphics object

An Image object

A paint object

Ans : b.

Which of the following methods are invoked by the AWT to support paint and repaint operations?

paint( )

repaint( )

draw( )

redraw( )

Ans : a.

Which of the following classes have a paint( ) method?

Canvas

Image
Frame

Graphics

Ans : a and c.

Which of the following are methods of the Graphics class?

drawRect( )

drawImage( )

drawPoint( )

drawString( )

Ans : a, b and d.

Which Font attributes are available through the FontMetrics class?

ascent

leading

case

height

Ans : a, b and d.

Which of the following are true?

The AWT automatically causes a window to be repainted when a portion of a window has been

minimized and then maximized.

The AWT automatically causes a window to be repainted when a portion of a window has been

covered and then uncovered.

The AWT automatically causes a window to be repainted when application data is changed.

The AWT does not support repainting operations.

Ans : a and b.

Which method is used to size a graphics object to fit the current size of the window?

Ans : getSize( ) method.

What are the methods to be used to set foreground and background colors?
Ans : setForeground( ) and setBackground( ) methods.

19) You have created a simple Frame and overridden the paint method as follows

public void paint(Graphics g){

g.drawString("Dolly",50,10);

What will be the result when you attempt to compile and run the program?

The string "Dolly" will be displayed at the centre of the frame

b) An error at compilation complaining at the signature of the paint method

c) The lower part of the word Dolly will be seen at the top of the form, with the top hidden.

d) The string "Dolly" will be shown at the bottom of the form

Ans : c.

20) Where g is a graphics instance what will the following code draw on the screen.

Java Multiple Choice Questions

Dept of Computer Science SSBN Degree College

g.fillArc(45,90,50,50,90,180);

a) An arc bounded by a box of height 45, width 90 with a centre point of 50,50, starting

at an angle of 90 degrees traversing through 180 degrees counter clockwise.

b) An arc bounded by a box of height 50, width 50, with a centre point of 45,90 starting

at an angle of 90 degrees traversing through 180 degrees clockwise.

c) An arc bounded by a box of height 50, width 50, with a top left at coordinates of 45,

90, starting at 90 degrees and traversing through 180 degrees counter clockwise.

d) An arc starting at 45 degrees, traversing through 90 degrees clockwise bounded by a

box of height 50, width 50 with a centre point of 90, 180.

Ans : c.

21) Given the following code

import java.awt.*;
public class SetF extends Frame{

public static void main(String argv[]){

SetF s = new SetF();

s.setSize(300,200);

s.setVisible(true);

How could you set the frame surface color to pink

a)s.setBackground(Color.pink);

b)s.setColor(PINK);

c)s.Background(pink);

d)s.color=Color.pink

Ans : a.

AWT: CONTROLS, LAYOUT MANAGERS AND MENUS

What is meant by Controls and what are different types of controls?

Ans : Controls are componenets that allow a user to interact with your application.

The AWT supports the following types of controls:

Labels

Push buttons

Check boxes

Choice lists

Lists

Scroll bars

Text components

These controls are subclasses of Component.

You want to construct a text area that is 80 character-widths wide and 10 character-heights tall. What
code do you use?

new TextArea(80, 10)

new TextArea(10, 80)

Ans: b.

A text field has a variable-width font. It is constructed by calling new

TextField("iiiii"). What happens if you change the contents of the text field to

"wwwww"? (Bear in mind that is one of the narrowest characters, and w is one of the widest.)

The text field becomes wider.

The text field becomes narrower.

The text field stays the same width; to see the entire contents you will have to scroll by using the ß and

à keys.

The text field stays the same width; to see the entire contents you will have to scroll by using the text

field’s horizontal scroll bar.

Ans : c.

Java Multiple Choice Questions

Dept of Computer Science SSBN Degree College

The CheckboxGroup class is a subclass of the Component class.

True

False

Ans : b.

5) What are the immediate super classes of the following classes?

a) Container class

b) MenuComponent class

c) Dialog class

d) Applet class

e) Menu class
Ans : a) Container - Component

b) MenuComponent - Object

c) Dialog - Window

d) Applet - Panel

e) Menu - MenuItem

6) What are the SubClass of Textcomponent Class?

Ans : TextField and TextArea

7) Which method of the component class is used to set the position and the size of a component?

Ans : setBounds()

8) Which TextComponent method is used to set a TextComponent to the read-only state?

Ans : setEditable()

9) How can the Checkbox class be used to create a radio button?

Ans : By associating Checkbox objects with a CheckboxGroup.

10) What Checkbox method allows you to tell if a Checkbox is checked?

Ans : getState()

11) Which Component method is used to access a component's immediate Container?

getVisible()

getImmediate

getParent()

getContainer

Ans : c.

12) What methods are used to get and set the text label displayed by a Button object?

Ans : getLabel( ) and setLabel( )

13) What is the difference between a Choice and a List?

Ans : A Choice is displayed in a compact form that requires you to pull it down to see the list of

available choices. Only one item may be selected from a Choice.


A List may be displayed in such a way that several List items are visible. A List supports the selection

of one or more List items.

14) Which Container method is used to cause a container to be laid out and redisplayed?

Ans : validate( )

15) What is the difference between a Scollbar and a Scrollpane?

Ans : A Scrollbar is a Component, but not a Container.

A Scrollpane is a Container and handles its own events and performs its own

scrolling.

16) Which Component subclass is used for drawing and painting?

Ans : Canvas.

17) Which of the following are direct or indirect subclasses of Component?

Button

Label

CheckboxMenuItem

Toolbar

Frame

Ans : a, b and e.

18) Which of the following are direct or indirect subclasses of Container?

Frame

TextArea

MenuBar

FileDialog

Applet

Ans : a,d and e.

19) Which method is used to set the text of a Label object?

setText( )
setLabel( )

setTextLabel( )

setLabelText( )

Ans : a.

20) Which constructor creates a TextArea with 10 rows and 20 columns?

new TextArea(10, 20)

new TextArea(20, 10)

new TextArea(new Rows(10), new columns(20))

new TextArea(200)

Ans : a.

(Usage is TextArea(rows, columns)

21) Which of the following creates a List with 5 visible items and multiple selection enabled?

new List(5, true)

new List(true, 5)

new List(5, false)

new List(false,5)

Ans : a.

[Usage is List(rows, multipleMode)]

22) Which are true about the Container class?

The validate( ) method is used to cause a Container to be laid out and redisplayed.

The add( ) method is used to add a Component to a Container.

The getBorder( ) method returns information about a Container’s insets.

The getComponent( ) method is used to access a Component that is contained in a Container.

Ans : a, b and d.

23) Suppose a Panel is added to a Frame and a Button is added to the Panel. If the Frame’s font is set to

12-point TimesRoman, the Panel’s font is set to 10-point TimesRoman, and the Button’s font is not set,
what font will be used to dispaly the Button’s label?

12-point TimesRoman

11-point TimesRoman

10-point TimesRoman

9-point TimesRoman

Ans : c.

A Frame’s background color is set to Color.Yellow, and a Button’s background color is to Color.Blue.

Suppose the Button is added to a Panel, which is added to the Frame. What background color will be

used with the Panel?

Colr.Yellow

Color.Blue

Color.Green

Color.White

Ans : a.

25) Which method will cause a Frame to be displayed?

show( )

setVisible( )

display( )

displayFrame( )

Ans : a and b.

26) All the componenet classes and container classes are derived from _________ class.

Ans : Object.

27) Which method of the container class can be used to add components to a Panel.

Ans : add ( ) method.

Java Multiple Choice Questions

28) What are the subclasses of the Container class?


Ans : The Container class has three major subclasses. They are :

Window

Panel

ScrollPane

29) The Choice component allows multiple selection.

True.

False.

Ans : b.

30) The List component does not generate any events.

True.

False.

Ans : b.

31) Which components are used to get text input from the user.

Ans : TextField and TextArea.

32) Which object is needed to group Checkboxes to make them exclusive?

Ans : CheckboxGroup.

33) Which of the following components allow multiple selections?

Non-exclusive Checkboxes.

Radio buttons.

Choice.

List.

Ans : a and d.

34) What are the types of Checkboxes and what is the difference between them?

Ans : Java supports two types of Checkboxes. They are : Exclusive and Non-exclusive.

In case of exclusive Checkboxes, only one among a group of items can be selected at a time. I f an item

from the group is selected, the checkbox currently checked is deselected and the new selection is
highlighted. The exclusive Checkboxes are also called as Radio buttons.

The non-exclusive checkboxes are not grouped together and each one can be selected independent of

the other.

35) What is a Layout Manager and what are the different Layout Managers available in java.awt and

what is the default Layout manager for the panal and the panal subclasses?

Ans: A layout Manager is an object that is used to organize components in a container.

The different layouts available in java.awt are :

FlowLayout, BorderLayout, CardLayout, GridLayout and GridBag Layout.

The default Layout Manager of Panal and Panal sub classes is FlowLayout".

36) Can I exert control over the size and placement of components in my interface?

Ans : Yes.

myPanal.setLayout(null);

myPanal.setbounds(20,20,200,200);

37) Can I add the same component to more than one container?

Ans : No. Adding a component to a container automatically removes it from any previous

parent(container).

38) How do I specify where a window is to be placed?

Ans : Use setBounds, setSize, or setLocation methods to implement this.

setBounds(int x, int y, int width, int height)

setBounds(Rectangle r)

setSize(int width, int height)

setSize(Dimension d)

setLocation(int x, int y)

setLocation(Point p)

39) How can we create a borderless window?

Ans : Create an instance of the Window class, give it a size, and show it on the screen.
eg. Frame aFrame = ......

Window aWindow = new Window(aFrame);

aWindow.setLayout(new FlowLayout());

aWindow.add(new Button("Press Me"));

aWindow.getBounds(50,50,200,200);

aWindow.show();

40) Can I create a non-resizable windows? If so, how?

Ans: Yes. By using setResizable() method in class Frame.

41) What is the default Layout Manager for the Window and Window subclasses (Frame,Dialog)?

Ans : BorderLayout().

42) How are the elements of different layouts organized?

Ans : FlowLayout : The elements of a FlowLayout are organized in a top to bottom, left to right

fashion.

BorderLayout : The elements of a BorderLayout are organized at the

borders (North, South, East and West) and the center of a

container.

CardLayout : The elements of a CardLayout are stacked, one on top of the other, like a deck of cards.

GridLayout : The elements of a GridLayout are of equal size and are laid out using the square of a grid.

GridBagLayout : The elements of a GridBagLayout are organized according to a grid.However, the

elements are of different sizes and may occupy

more than one row or column of the grid. In addition, the rows and columns may have different sizes.

43) Which containers use a BorderLayout as their default layout?

Ans : The Window, Frame and Dialog classes use a BorderLayout as their default layout.

44) Which containers use a FlowLayout as their default layout?

Ans : The Panel and the Applet classes use the FlowLayout as their default layout.

45) What is the preferred size of a component?


Ans : The preferred size of a component size that will allow the component to display normally.

46) Which method is method to set the layout of a container?

startLayout( )

initLayout( )

layoutContainer( )

setLayout( )

Ans : d.

47) Which method returns the preferred size of a component?

getPreferredSize( )

getPreferred( )

getRequiredSize( )

getLayout( )

Ans : a.

48) Which layout should you use to organize the components of a container in a

tabular form?

CardLayout

BorederLayout

FlowLayout

GridLayout

Ans : d.

An application has a frame that uses a Border layout manager. Why is it probably not a good idea to

put a vertical scroll bar at North in the frame?

The scroll bar’s height would be its preferred height, which is not likely to be enough.

The scroll bar’s width would be the entire width of the frame, which would be much wider than

necessary.

Both a and b.
Neither a nor b. There is no problem with the layout as described.

Ans : c.

What is the default layouts for a applet, a frame and a panel?

Ans : For an applet and a panel, Flow layout is the default layout, whereas Border layout is default

layout for a frame.

If a frame uses a Grid layout manager and does not contain any panels, then all the components within

the frame are the same width and height.

True

False.

Ans : a.

If a frame uses its default layout manager and does not contain any panels, then all the components

within the frame are the same width and height.

True

False.

Ans : b.

With a Border layout manager, the component at Center gets all the space that is left over, after the

components at North and South have been considered.

True

False

Ans : b.

An Applet has its Layout Manager set to the default of FlowLayout. What code would be the correct to

change to another Layout Manager?

setLayoutManager(new GridLayout());

setLayout(new GridLayout(2,2));

c) setGridLayout(2,2,))

d setBorderLayout();
Ans : b.

55) How do you indicate where a component will be positioned using Flowlayout?

a) North, South,East,West

b) Assign a row/column grid reference

c) Pass a X/Y percentage parameter to the add method

d) Do nothing, the FlowLayout will position the component

Ans :d.

56) How do you change the current layout manager for a container?

a) Use the setLayout method

b) Once created you cannot change the current layout manager of a component

c) Use the setLayoutManager method

d) Use the updateLayout method

Ans :a.

57)When using the GridBagLayout manager, each new component requires a new instance of the

GridBagConstraints class. Is this statement true or false?

a) true

b) false

Ans : b.

58) Which of the following statements are true?

a)The default layout manager for an Applet is FlowLayout

b) The default layout manager for an application is FlowLayout

c) A layout manager must be assigned to an Applet before the setSize method is called

d) The FlowLayout manager attempts to honor the preferred size of any components

Ans : a and d.

59) Which method does display the messages whenever there is an item selection or deselection of the

CheckboxMenuItem menu?
Ans : itemStateChanged method.

60) Which is a dual state menu item?

Ans : CheckboxMenuItem.

61) Which method can be used to enable/diable a checkbox menu item?

Ans : setState(boolean).

Which of the following may a menu contain?

A separator

A check box

A menu

A button

A panel

Ans : a and c.

Which of the following may contain a menu bar?

A panel

A frame

An applet

A menu bar

A menu

Ans : b

64) What is the difference between a MenuItem and a CheckboxMenuItem?

Ans : The CheckboxMenuItem class extends the MenuItem class to support a menu item

that may be checked or unchecked.

65) Which of the following are true?

A Dialog can have a MenuBar.

MenuItem extends Menu.

A MenuItem can be added to a Menu.


A Menu can be added to a Menu.

Ans : c and d.

You might also like