ZK implicit objects include applicationScope, session, execution, desktop, page, component, self, event, native, spaceOwner, spaceController, paramValues, param, and attributes. The 'request' object is a servlet/JSP implicit object, not a ZK-specific implicit object. ZK provides its own abstraction layer through the execution and desktop objects instead of directly exposing the request object.