The jsp:useBean attribute is used to indicate the Serialized bean

Skill/Topic: Programming Constructs
A) True
B) False

Showing Answers 1 - 16 of 16 Answers

Ashique

  • Aug 13th, 2008
 

The answer should be B) False.

Because it is just a simple java class that adheres to a relatively simple naming convention.
These JavaBeans are used within JSP as a way to make Java objects available within the page and to reduce the need for scriptlets within the page.

It is different from the EJB Java Beans which are Serialized.

Regards
Ashique E.K.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions