Multiple choice technology web technology

Which is not a Implict objects used in zk ?

  1. applicationScope

  2. event

  3. request

  4. execution

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

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.