Java Beans   «Prev 

JavaBean Archives - Quiz

1. The primary purpose of JAR files in relation to JavaBeans is to:
Please select the best answer.
  A. Provide a means of compressing Bean resources.
  B. Serve as a standard format for distributing Beans.
  C. Support digital signatures.

2. What informational file is required for a JAR file to adequately house a Bean?
Please select the best answer.
  A. A header file.
  B. A make file.
  C. A manifest file.

3. When packaging a JavaBean in a JAR file, which manifest attribute explicitly identifies a class as a JavaBean component?
Please select the best answer.
  A. Bean-Class: True
  B. Java-Bean: True
  C. Component-Type: Bean