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
Whether thread can be used in servlets?
What is http servlet?
How we can get ip address of client in servlet?
What are different ways for authentication of servlet?
How a servlet is unloaded?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What’s the difference between genericservlet and httpservlet?
What are the steps involved in placing a servlet within a package?
How to get the actual path of servlet in server?
What are the different ways we can maintain state between requests?
What is ServletContext object?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are session variable in servlets?
Describe in brief RequestDespatcher?
Difference between GET and POST?