Home »
MCQs »
Apache Tapestry MCQs
Tapestry components are____?
4. Tapestry components are____?
- Plain old java objects
- Java classes
- Both A and B
- Only A
- Only B
Answer: C) Both A and B
Explanation:
Java Classes make up the Tapestry components. They are neither inherited from a framework-specific base class nor are they interface implementations; they are just POJOs (Plain Old Java Objects).