Link to home
Start Free TrialLog in
Avatar of Maggieshah
Maggieshah

asked on

java servlets

i want a answer for these questions....????

java servlets
________________________________________________
# HTTP Protokolen--??

# Servelt Life Cycle???

# Servlet Concurrency Issues???

# HTTPSessions???

cookies???



JSP____________________________________________

# The idea behind JSP

# JSP versus Servlets

# building of a JSP side

# Implicit JSP Objects

# Error Pages



JAVA beans
___________________________________

# the idea behind JavaBeans

# how to make java JavaBean

# use of JavaBeans in a application

# use of JavaBeans from JSP's
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
A servlet is a web-server side Java component which typically communicates using HTTP. You can use it for executing whatever logic you want at the server side. It can also emit HTML as output to be displayed on the client-side on a browser or something. A JSP is also ultimately compiled into a servlet.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial