ServletOutputStream class offers a circulate to write down binary information into the response. It is a summary class.
The getOutputStream() technique of ServletResponse interfaces give back the example of ServletOutputStream class. It can be get as:
ServletOutputStream out=response.getOutputStream();
The ServletOutputStream Class provides print() and printIn() ways that are overburdened
ServletOutputStream Class Example