GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  JSP
Go To First  |  Previous Question  |  Next Question 
 JSP  |  Question 11 of 184    Print  
The jsp:useBean attribute is used to indicate the Serialized bean
Skill/Topic: Programming Constructs
A) True
B) False



  
Total Answers and Comments: 6 Last Update: August 25, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 09, 2006 11:19:58   #1  
rajesh_gint Member Since: November 2005   Contribution: 14    

RE: The jsp:useBean attribute is used to indicate the ...
true the jsp:usebean attribute is used to indicate the serialized bean
 
Is this answer useful? Yes | No
June 27, 2007 08:05:47   #2  
ramanareddy333 Member Since: June 2007   Contribution: 9    

RE: The jsp:useBean attribute is used to indicate the ...

The bean class must implements the serialized interface


ans true


 
Is this answer useful? Yes | No
August 12, 2008 12:15:59   #3  
snavanethakrshnan Member Since: August 2008   Contribution: 5    

RE: The jsp:useBean attribute is used to indicate the Serialized bean
True
 
Is this answer useful? Yes | No
August 13, 2008 01:11:19   #4  
Ashique Member Since: July 2007   Contribution: 5    

RE: The jsp:useBean attribute is used to indicate the Serialized bean
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.


 
Is this answer useful? Yes | No
August 22, 2008 08:26:05   #5  
Karuna Reddy Member Since: June 2007   Contribution: 40    

RE: The jsp:useBean attribute is used to indicate the Serialized bean
True
 
Is this answer useful? Yes | No
August 25, 2008 02:45:06   #6  
raghuprasad Member Since: August 2007   Contribution: 23    

RE: The jsp:useBean attribute is used to indicate the Serialized bean
The Bean class which we write has to extend Serializable Interface to make that bean Serialized. The bean itself won't become Serialized automatically.


Raghu.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape