Which statements concerning the event model of the AWT are true?()
第1题:
Which two statements are true?()
第2题:
以下()有关事件监听器的语句是正确的。
第3题:
For which three events can web application event listeners be registered?()
第4题:
Which two statements are true regarding the WebLogic domain?()
第5题:
Which two statements are true about a job chain? ()(Choose two.)
第6题:
Which two statements are true about a job chain?()
第7题:
Which two statements are true regarding listeners()
第8题:
A job chain can contain a nested chain of jobs
The jobs in a job chain cannot have more than one dependency
A job of the CHAIN type can be run using event-based or time-based schedules
The jobs in a job chain can be executed only by using the events generated by the Scheduler
第9题:
Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time
第10题:
when a session is created
after a servlet is destroyed
when a session has timed out
when a cookie has been created
when a servlet has forwarded a request
when a session attribute value is changed
第11题:
Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time.
第12题:
All switch statements must have a default label.
There must be exactly one label for each code segment in a switch statement.
The keyword continue can never occur within the body of a switch statement.
No case label may follow a default label within a single switch statement.
A character literal can be used as a value for a case label.
第13题:
package foo; public class Outer { public static class Inner { } } Which statement is true?()
第14题:
package foo; public class Outer ( public static class Inner ( ) ) Which statement is true? ()
第15题:
Which statements are true regarding listeners()
第16题:
Which two statements are true about a job chain?()
第17题:
Which three statements are true regarding single-row functions?()
第18题:
Which statement is true about mouse events? ()
第19题:
The cursor style can be set to CAUTION.
Double-clicking a mouse button can potentially fire six mouse event triggers.
The values for the SYSTEM.MOUSE_BUTTON_PRESSED system variable can only be 1 or 2.
Click and double-click button actions can only detect if the mouse is positioned in an item.
第20题:
Compilation fails.
An instance of the Inner class can be constructed with “new Outer.Inner()”.
An instance of the Inner class cannot be constructed outside of package foo.
An instance of the Inner class can be constructed only from within the Outer class.
From within the package foo, and instance of the Inner class can be constructed with “new Inner()”.
第21题:
At most one listener of each type can be registered with a component.
Mouse motion listeners can be registered on a List instance.
There exists a class named ContainerEvent in package java.awt.event.
There exists a class named MouseMotionEvent in package java.awt.event.
There exists a class named ActionAdapter in package java.awt.event.
第22题:
Multiple listeners can be attached to one component
Only one listener can be attached to one component
One listener can receive and process the events from multiple components
One listener can receive and process the events from only one component
第23题:
FileOutputStream has no constructors matching the given arguments.
An IOExeception will be thrown if a file named data already exists.
An IOExeception will be thrown if a file named data does not already exist.
If a file named data exists, its contents will be reset and overwritten.
If a file named data exists, output will be appended to its current contents.