1: What specifically happens when you press the submit button of an HTML form? Answer
2: Name THREE HTML tags, typically used inside of a FORM tag, which allow the user to provide input to a Java Servlet Answer
3: The INPUT tag is actually used to create many different types of user interface elements. Name them. Answer
4: What's the difference between the INPUT SUBMIT and INPUT BUTTON? Answer
5: Suppose a servlet receives a request paramter named X with a value of 20. How can the servlet determine if this parameter was from a input-checkbox, an input-text or a select tag? Answer
6: Can an HTML form generate a request in which two parameters have the same name? Answer
7: Name two HTML tags for which "two parameters with e the same name" is common. Answer