Multiple choice technology architecture

Which method we get invoked on page load?

  1. doComplete()

  2. doCancel()

  3. doInit()

  4. doUpdate()

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

The doInit() method is the standard lifecycle method invoked when a page is first loaded or initialized in the PS Framework. doComplete() is called after successful form submission, doCancel() handles cancellation actions, and doUpdate() is for update operations during page lifecycle.