Tapestry components are____?

4. Tapestry components are____?

  1. Plain old java objects
  2. Java classes
  3. Both A and B
  4. Only A
  5. 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).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.