How can we serialize a jsp page.

Answers were Sorted based on User's Feedback



How can we serialize a jsp page...

Answer / sanjay gajula

AT FIRST WE HAVE TO MAKE OUR BEAN CLASS TO IMPLEMENT THE
SERIALIZABLE INTERFACE THEN WE CAN INVOKE THAT
FUNCTIONALITY ON THE JSP PAGE USING JSP ACTIONS

Is This Answer Correct ?    21 Yes 3 No

How can we serialize a jsp page...

Answer / guest

We can write a java program and can use in jsp using
use:bean

Is This Answer Correct ?    17 Yes 5 No

How can we serialize a jsp page...

Answer / poonam

create the class which implements serializable interface
and write page directive to extend this class.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More J2EE Interview Questions

What is 'applet container' ?

0 Answers  


What are the j2ee technologies?

0 Answers  


Are java primitives objects?

0 Answers  


where exactly the servlets and jsp's are stored?

6 Answers   CG-VAK, JHJ, TCS,


Is core java and j2se same?

0 Answers  






What is non primitive data type in java?

0 Answers  


What is java ee sdk?

0 Answers  


What are the four components of j2ee application?

0 Answers  


Hi friends can you give me sample code for Entire j2ee web application with struts and hibernate.I mean code for Dao, DaoImpl, HibernateDao ,HibernateDaoImpl, Dto , service , ServiceImpl , i.e.

1 Answers  


what is the difference between application server and web server?

5 Answers   Cegonsoft, IBM,


What are the four types of J2EE modules?

0 Answers  


how to run servlet program between two computer through internet ?

0 Answers   TATA,


Categories