JSP implicit objects are automatically available in JSP pages without declaration. The standard implicit objects are: request, response, pageContext, session, application (not 'context'), out, config, page, and exception (only in error pages). 'context' is not a valid implicit object name - the correct names are 'application' for servlet context and 'pageContext' for page context.