Java SE 7 Programmer II — Question 2

Which three web applications work best when they are designed to be server-push enabled?

Answer options

Correct answer: A, B, D

Explanation

The correct options A, B, and D are all applications that benefit from real-time updates, making server-push functionality essential for delivering timely information. Option C, while also time-sensitive, is not as interactive as the others, and Option E does not require continuous updates, as it focuses on generating visuals rather than ongoing data delivery.