Multiple choice

Which of the following is true about Buffering the response in the 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 can not be sent until the servlet process is finished or the Buffer is full.

  5. All of the these

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

Yes, all are  correct.