Hi,
In jsp While using bean we use "scope" attribute which indicates the context in which the bean should be made available. There are four possible values: page, request, session, and application.Please explain me about these values in detail.
Bye,
Manoj