Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Help in completing the following Servlet code! (https://www.askmehelpdesk.com/showthread.php?t=711379)

  • Oct 24, 2012, 12:08 AM
    EldaSummer
    Help in completing the following Servlet code!
    <html>
    <body>
    <form method="get" action="myServlet">
    Topic:<input type="text" name="topicName"/> <br/>
    Comment:<input type="text" name="commentText"/>
    <br/>
    </form>
    </body>
    </html>

    Complete the following Servlet code:

    public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {

    // Complete the code

    }

  • All times are GMT -7. The time now is 07:23 PM.