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
Latest Answer: ALL ...
A) PanelB) DialogC) FrameD) Window
Latest Answer: The default layout of a Panel is FlowLayout.The default layout of Window class is BorderLayout.BorderLayout is the default layout of the subclasses of window class such as Frame and Dialog. So the answer would be B,C,D. ...
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
Latest Answer: c ...
A) setLayout(aLayoutManager)B) layout(aLayoutManager)C) addLayout(aLayoutManager)D) setLayoutManager(aLayoutManager)
Latest Answer: AsetLayout(); ...
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);
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
Latest Answer: A,C ...
A) TrueB) False
Latest Answer: TRUE ...
A) Pluggable Look-and-FeelB) Accessibility APIC) Java 2D/API(JDK 1.2).D) Drag and Drop Support(JDK 1.2)
Latest Answer: The JFC -java Foundation classes have five major parts :AWT,SWING,ACCESSIBILITY,JAVA 2D,DRAG & DROP as well.PLAF is included with swing.so answers are all of the above. ...
A) Extension of java
Latest Answer: extension of java package ...
State true or false :- The event delegation model, introduced in release 1.1 of the JDK, is fully compatible with the event model.
A) TrueB) False
View page << Previous 1 2 [3] 4 5 6 7 8 Next >>

Go Top