PrintWriter Vs ServletOutputStream

Earlier we have seen the ways of receiving data from client. Now let us do with response. The response object functionality is to send data to client of what client is interested. For this, response uses IO Streams. There are two streams involved depending on the nature of data like text data or binary data. …

PrintWriter Vs ServletOutputStream Read More »