1. Is clearing or flushing buffer same as committing of response coderanch.com |
2. Automatic flushing of response coderanch.comHi I am using JSP code to send an email(SendEmail is class file which extends mail API) JSP <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ page import="java.sql.*"%> <%@ page import="java.io.*"%> <%@ page import="example.*"%> |