Servlets - TechRepublic
General discussion
June 13, 2002 at 12:15 AM
smunjal

Servlets

by smunjal . Updated 23 years, 11 months ago

Is it possible to call a Servlet class in HTML without using a form and doing it automatically when the page loads? Also, if a class has a main method and not a doGet() or doPost(), is it still called a Servlet or something else? Can that be called the same way as a Servlet w/ doGet() or doPost()?
Thanks in advance.

This discussion is locked

All Comments