Multiple choice

If the user clicks next on a paginated list, which of the following technologies allows you to just refresh the list with the server data, instead of redrawing the entire page?

  1. Java applet

  2. Ajax

  3. Java servlets

  4. Stateful session bean

  5. Instance pooling

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

If the user clicks next on a paginated list, Ajax allows you to just refresh the list with the server data, instead of redrawing the entire page.