Which of the following statements is true for reducing the number of writes to the client from the Servlet?

Skill/Topic: Servlets
A) Use StringBuffer instead of String even for concatenating a group of Strings.
B) Avoid writing every small string to client
C) Instead store all the strings into a StringBuffer and after sufficient data is available, send this data to Browser.
D) All of the above.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions