MIME
예를들어, response.setContentType("text/html") out.println("") 이런식으로 사용. setContentType에 "image/jpg"가 들어 갔다면, 밑에 println 값들을 이미지 파일로 처리해버린다.