Multiple choice technology

What is PPR

  1. Partial process rendering

  2. Partial Page Rendering

  3. Page Partial rendering

  4. Page Process rendering

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

PPR stands for Partial Page Rendering, a technique in web frameworks (especially OAF/ADF) where only a portion of the page is refreshed without reloading the entire page. This improves user experience and reduces server load. Option B is correct.