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 j2ee tutorial?

0 Answers  


What is the use of method saveorupdate()?

0 Answers  


What are the most important topics in java?

0 Answers  


Is java is fully object oriented?

0 Answers  


What is java transaction service (jts)?

0 Answers  






What is Connector architecture?

0 Answers  


What is java api for xml-based rpc (jax-rpc)?

0 Answers  


What is awt package in java?

0 Answers  


What is a java applet?

0 Answers  


you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

0 Answers  


What is meant by applet in java?

0 Answers  


What is event handling in java?

0 Answers  


Categories