Homework Clinic

Science Clinic => Computer Science => Topic started by: pragya sharda on May 6, 2020

Title: A class is a JavaBeans component if ________.
Post by: pragya sharda on May 6, 2020

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
Title: A class is a JavaBeans component if ________.
Post by: at on May 6, 2020

Answer 1

page

Answer 2

▸it is a public class
▸it is serializable.
▸it has a public constructor with no arguments