Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the following statements is true for reducing the number of writes to the client from the Servlet?
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