Multiple choice technology web technology

What type of events does the HtmlCommandButton generate?

  1. Command events

  2. Submit events

  3. Action events

  4. Click events

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

In JSF, standard command components such as HtmlCommandButton (h:commandButton) generate action events (ActionEvent) when clicked, which are handled by action listeners. They do not generate generic click, submit, or command events in the JSF lifecycle framework.