-
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( )
-
-
Heavyweight componants are not handled properly when they are placed inside the JScrollpane’s viewport because(Select Multiple)
A) JScrollPane is a lightweight component.B) Viewport of JScrollPane which clips its scrollable child, is lightweightC) None of the aboveD) Either of the above.
-
What are the restrictions imposed by the security manager on applets. (Select Multiple)
A) Cannot start any program on the host that is executing it.B) Cannot read some system properties.C) Cannot load libraries or define native methods.D) Cannot read or write files on the host that is executing it.
-
-
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
-
-
-
Lightweight components differ from heavy weight componants not because of one of the following reasons
A) A heavyweight component have transparent pixels which lightweight have opaque.B) A lightweight can appear to be non-rectangular while heavyweight are always rectangular.C) Mouse events on light weight componants fall through its parents while in the heavyweight it doesn’t.D) On overlapping of the lightweight component over the heavy weight component the heavy weight component is always on top.Explanation:...
-
The three most common z-order related problems have to do with Swings following componants. (Select Multiple)
A) JScrollPane.B) JInternalFrameC) JInternalFrame popup componants.D) JPanel.
-
Using a FlowLayout Manager, which of the following is the correct way to add elements to a container. (Select Multiple)
A) add(component);B) set(component);C) add(x,y, component);D) add(“Center”,component);
-
State true or false :-Images can be displayed in swings
A) TrueB) False
-
What are the features coming with JFC?. (Select Multiple)
A) Pluggable Look-and-FeelB) Accessibility APIC) Java 2D/API(JDK 1.2).D) Drag and Drop Support(JDK 1.2)
-
Fill in the blanks :- The meaning of ‘x’ in javax.swing is _______________
A) Extension of java
Java Swing Interview Qustions
Ans