Answer Posted / sachin s
You can also use HtppSessio, create a new session variable
and set the value and get the same value in HTML. However
this should be avoided if you want to pass to many
parameters.
Also,remember that Session variable should be flushed off
after the use, thats a good practise.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is preinitialization of a servlet?
How do you load an image in a Servlet?
Explain jsessionid and when is it created?
What is java servlet?
explain the advantages of servlet life cycle?
What is the major difference between context parameter and context attribute?
What are all the advantages of servlet over cgi?
What are different ways for servlet authentication?
What is URL Encoding?
What is called a session?
Can servlet have a constructor ?
Differentiate between get and post?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are the steps involved in placing a servlet within a package?
What exactly are the functions of servlet?