Introduction
Java objects which are created by web container.There are 9 implicit objects | object | Type | | ---------- | ------------------ | | out | JspWriter | | request | HttpServletRequest | | response | HttpServletResponse| | config | ServletConfig | | application| ServletContext | | session | HttpSession | | pageContext| PageContext | | page | Object | | exception | Throwable |