Multiple choice technology packaged enterprise solutions

The Refresh button does not refresh the page from the database.

  1. True

  2. False

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

The Refresh button in PeopleSoft is designed to refresh the current page display, but it does not reload data from the database. It only redraws the page using existing data in the buffer. To get fresh data from the database, you would need to use other methods like reloading the component.

AI explanation

Clicking the browser's own Refresh button just reloads the last-rendered HTML from the browser or its cache — it does not re-query the database for current data. To get fresh data from the database, the application's own Refresh control/link (not the browser chrome button) must be used, which triggers a genuine server round trip.