Question 1
The ________ directive lets you provide information for the page, such as importing classes and setting up content type. The page directive can appear anywhere in the JSP file.
◦ import
◦ page
◦ tablib
◦ include
Question 2
A class is a JavaBeans component if ________.
◦ it is a public class
◦ it is serializable.
◦ it has a public constructor with no arguments