






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Create a Simple Java Web Application Using Servlet, JSP and JDBC Create a Simple Java Web Application Using Servlet, JSP and JDBC Create a Simple Java Web Application Using Servlet, JSP and JDBC
Typology: Essays (university)
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Preserve:
user
Statelessness of Asp.net
applications
Statelessn
Server
ID
And
Password
please
ID
And
Password
please
AA
Field
Doesn’t get
Rendered to the
client and
invisible to user
and travel as
standard control
\
Field
Used to Store data like
hidden field but can
contain more amount of
data
Can store any type of data
but it is always
recommended not to store
complex data due to errors
at serialization and
deserialization
Stores data in HTML
format
Performs page level State
Management
Enabled by default
State
String
In Case when view
state gets disabled
explicitly then control
state get’s used
for using control state
we have to override
the following
**1. Loadinit()
State()
3. Load Control State
Query String is
used to transfer
data Between
pages.
It uses special
character “?” to
signify data in the
string URL
For retrieval it
uses request
object