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.