-
Which of the following are true about MouseListenerInterfaces? (Select Multiple)
A) The MouseListener interface defines methods for handling mouse clicks.B) The MouseMotionListener interface defines methods for handling mouse clicks.C) The MouseClickListener interface defines methods for handling mouse clicks.D) The MouseListenerInheritance interface defines methods for handling the clicking of a button.
-
The command ‘codebase’ is used in applets when
A) When the applet class file is not in the same directoryB) When the applet class file is in the same directoryC) When we need to get the parameters of the appletD) None of the above
-
-
Which classes and interfaces does Applet class consist? (Select Multiple)
A) The Applet classB) AppletContext Interface.C) AppletStub InterfaceD) AudioClip Interface
-
-
All swing components are light weight componants except for (Select Multiple)
A) JWindow, JFrameB) JDialogC) JAppletD) JPanel
-
-
-
-
-
-
Which of the following methods are invoked by the AWT to support paint and repaint operations?
A) paint( )B) repaint( )C) draw( )D) redraw( )
-
Which of the following are direct or indirect subclasses of Component?
A) ButtonB) LabelC) CheckboxMenuItemD) ToolbarE) Frame
-
When two or more objects are added as listeners for the same event, which listener is first invoked to handle the event?
A) The first object that was added as listener.B) The last object that was added as listener.C) There is no way to determine which listener will be invoked first.D) It is impossible to have more than one listener for a given event.
-
Which Component method is used to access a component's immediate Container?
A) getVisible()B) getImmediateC) getParent()D) getContainer()
-
Which of the following are true? (Select Multiple)
A) A component may handle its own events by adding itself as an event listener.B) A component may handle its own events by overriding its event-dispatching method.C) A component may not handle oits own events.D) A component may handle its own events only if it implements the handleEvent( ) method.
-
Which of the following are passed as an argument to the paint( ) method?
A) A Canvas objectB) A Graphics objectC) An Image objectD) A paint object
-
How do you indicate where a component will be positioned using Flowlayout?
A) North, South, East, WestB) Assign a row/column grid referenceC) Pass a X/Y percentage parameter to the add methodD) Do nothing, the FlowLayout will position the component
-
Which of the following layout managers honours the preferred size of a component:
A) CardLayoutB) FlowLayoutC) BorderLayoutD) GridLayout
-
The layout of a container can be altered by using which of the following methods :-
A) setLayout(aLayoutManager)B) layout(aLayoutManager)C) addLayout(aLayoutManager)D) setLayoutManager(aLayoutManager)
Java Swing Interview Qustions
Ans