This is a basic servlet that accepts text from a user through a HTML form and display it. Firstly, the HTML code: <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <form action ="ServletDemo" method ="post"> <input type ="text" … Continue reading
↧