Example & Tutorial understanding programming in easy ways.

Explain Implicit objects in JSP?.

Objects created by web container and contain information regarding a particular request, application or page are called Implicit Objects. They are listed below..
 
 1)exception       2)response    3)config       4)request
 
 5)pageContext  6)page           7)out            8)application   9)session

Read More →