The pageContext implicit object represents the page context and can be used to set, get, or remove attributes from different scopes like page, request, session, and application. The page implicit object represents the generated servlet class and must be cast to Servlet type to use it. The exception implicit object represents any thrown exceptions and can only be used on error pages to display exception details. An example shows dividing numbers which throws an exception handled by the error page displaying the exception object.