Home »
MCQs »
Apache Tapestry MCQs
Which of the following component annotation is used to allow multiple components to share a private field?
17. Which of the following component annotation is used to allow multiple components to share a private field?
- @property
- @parameter
- @environmental
- @import
Answer: C) @environmental
Explanation:
@environmnetal annotation is used to allow multiple components to share a private field.