In JSP, implicit objects are automatically available in scriptlets and expressions without declaration. The standard implicit objects include request, response, out, session, application, config, page, pageContext, and exception. The 'page' object represents the current JSP page's servlet instance (similar to 'this' in Java) and is a valid implicit object.