Multiple choice technology web technology

A backing bean can also define methods that perform functions associated with a component.

  1. True

  2. False

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

Backing beans (managed beans) in JSF define both properties and methods. Methods can include action handlers (for button clicks), value change listeners, and validation logic. These methods are bound to UI component events, bridging the view and model layers.