Multiple choice technology

Sudhan is developing a composite application and wishes to leverage the related public interfaces avaiable to him as developer.which of the following interfaces contain a method to provide supported parameters during creation of business component?

  1. Lifecycle

  2. Membership

  3. Templatable

  4. DisplayInfo

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Lifecycle interface in composite application frameworks (like IBM WebSphere Portal) contains methods for managing component lifecycle, including creation with supported parameters. This interface defines the contract for initializing, configuring, and managing business components throughout their lifecycle. The Membership, Templatable, and DisplayInfo interfaces serve different purposes related to access control, templating, and UI display respectively.