Multiple choice

Which of the following statements is true about buffering the response in servlet application?

  1. Buffering is used to enhance the performance of the servlet.

  2. We can change the default buffer size.

  3. The default buffer size is 8.192 characters.

  4. The output of the browser cannot be sent until the servlet process is finished or the buffer is full.

  5. All of the above

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

All are correct statements.