-
Which of the following are methods of the Graphics class? (Select Multiple)
A) drawRect( )B) drawImage( )C) drawPoint( )D) drawString( )
-
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 (is)are true?
A) A Dialog can have a MenuBar.B) MenuItem extends Menu.C) A MenuItem can be added to a Menu.D) A Menu can be added to a Menu.
-
Which of the following methods are defined on the Graphics class:
A) drawLine(int, int, int, int)B) drawImage(Image, int, int, ImageObserver)C) drawString(String, int, int)D) add(Component);E) setVisible(boolean);F) setLayout(Object);
-
Which Component method is used to access a component's immediate Container?
A) getVisible()B) getImmediateC) getParent()D) getContainer()
-
Which of the following are direct or indirect subclasses of Component?
A) ButtonB) LabelC) CheckboxMenuItemD) ToolbarE) Frame
-
-
-
Fill in the blank :- the default look and feel of a swing component is _____________
A) Java Look and Feel
-
What are the borders provided by swings (Select Multiple)
A) SimpleB) MatteC) TitledD) AggregateExplanation: the fourth one is Compound
-
Which method is used to set the text of a Label object?
A) setText( )B) setLabel( )C) setTextLabel( )D) setLabelText( )
-
-
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
-
What is the difference between scrollbar and scrollpane(Select Multiple)
A) Scrollbar is a component while scrollpane is a containerB) Scrollbar handles its own events while scrollpane does notC) Scrollpane handles its own events and performs its own scrolling.D) All of the above.
-
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 would you set the color of a graphics context called g to cyan?
A) g.setColor(Color.cyan);B) g.setCurrentColor(cyan);C) g.setColor("Color.cyan");D) g.setColor("cyan’);E) g.setColor(new Color(cyan));
-
-
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 may contain a menu bar?
A) A panelB) A frameC) An appletD) A menu bar
Java Swing Interview Qustions
Ans