How can we serialize a jsp page.
Answers were Sorted based on User's Feedback
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 |
Answer / guest
We can write a java program and can use in jsp using
use:bean
Is This Answer Correct ? | 17 Yes | 5 No |
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 |
What does application client module contain?
What is cascade delete?
What is java developer?
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable
How many java languages are there?
Why java is called portable language?
Why is java considered dynamic?
how dopost is secured than doget?
What is ejb jar file?
what is a servlet? and explain its lifecycle methods?
There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?
7 Answers HCL, Itx Centrics, Virtusa,
to update a batch in a table in jdbc which method of statement object is used