JavaDeploy
SiteMap
Java Certification
Java Beans
Java-OO Concepts
JavaBean Events
«Prev
Intro Javabeans
Javabeans Dev Kit
Installing Bean Kit
Dev Kit Components
Beanbox Test Container
Beanbox Design Time.
Beanbox Runtime
Bean Dev Kit Conclusion
JAR Files
Archive Jar Files
Javabeans Manifest File
Working with jar
Packaging jar Beans
testing-packaged-beans
jar Module Summary
Bean Internals
JavaBeans Structure
Bean Method Encapsulation
Bean Property State
JavaBean Types
Bean Accessor Methods
Getter Setter Methods
Defining Accessor Methods
Bean indexed Properties
indexed Property Accessor
bound Property Notification
Bound Properties Operation
BoundProperty Registration Methods
Javabeans Constrained Properties
Constrained Properties Functionality
Create JavaBean Properties
Using Javabean Properties
Javabean Structure Conclusion
JavaBeans Introspection
Peering Inside Javabean
Introspection Design Patterns
Design Pattern Types
Property Design Patterns
Simple Property Patterns
Indexed Property Patterns
Multicast Event Patterns
Unicast Event Design Patterns
Providing Javabean Information
Building Basic Javabean
Javabean Structure
Event Communication
Javabeans Event Communications - Quiz
1.
Mouse drags and key presses are examples of:
A.
Semantic events.
B.
Abstract events.
C.
Low-level events.
2.
A component capable of generating events is known as:
A.
An event listener.
B.
An event source.
C.
An event adapter.
3.
To receive event notifications from an event source, an object must:
A.
Register itself as an event listener by calling an event registration method on the event source.
B.
Implement the
handleEvent()
method.
C.
Constantly query the event source to see if any events have occurred.
4.
If you try to register more than one event listener with a unicast event source, the event source will:
A.
Allow the registration and issue a warning.
B.
Disallow the registration and throw an exception.
C.
Allow the registration and throw an exception.
5.
Which type of event delivery is more desirable in terms of Bean design?
A.
Asynchronous event delivery.
B.
Multicast event delivery.
C.
Unicast event delivery.
6.
Unicast Beans allow only one:
A.
Event listener to be registered at any given time.
B.
Event to be broadcast at a time.
C.
Event listener interface to be used.
Your score is 0.0
Submit
Quiz Explanation