SQLServlet is a database tool that uses HTML forms to access database. The connection between database and application are kept alive by this servlet. HTML tables are dynamically generated by this servlet using the result set. The values in the formvariables are replaced by the stringvariables in SQLServlet. Once it has loaded it doesn?t require the creation of new process for each request. A platform supporting Java Virtual Machine is enough to run the application. |