EldaSummer
Oct 24, 2012, 12:08 AM
<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
}
<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
}