My recommendation is to read about how servlets are instantiated and the methods are called...doGet and doPost methods are called by the Servlet container. If you want to call them directly, then...