* What is the implicit object ?
- Implicit object is loaded by web container.Programmer don't need to create implicit object in a jsp page.A jsp container automatically create implicit object and maintain implicit object in a jsp page.
- Implicit object is classified into four categories as,:
+ Input and output objects.
+ Scope communication and control object.
+ Servlet objects.
+ Error objects.
* The flowing is a example of servlet.
+ This index page.This page is used to enter information of user and then send to jsp page for processing.
+ This is home page .This page is used to save username of user into "userName" session and then display the session for user.


No comments:
Post a Comment