how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / vipin
<session.getAttribute(name);>
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is jsp and its features?
What is a javaserver pages (jsp)?
What is the full form of jsp?
Explain jsp:plugin action?
Is jsp and javascript same?
List the various action tags used in jsp.
How to include static files in a jsp?
What are the implicit objects in jsp?
how to write the code of jsp program?
How is jsp better than servlet technology?
What is jsp and why do we need it?
Is jsp server side or client side?
What is jsp and how it works?
How do you connect to the database from jsp?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.