Multiple choice technology web technology

Which approach is used in zk framework ?

  1. client centric

  2. Server Centric

  3. Data Centric

  4. Process Centric

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

ZK uses a server-centric approach where all UI logic and event handling execute on the server. The framework automatically handles Ajax communication between browser and server, abstracting away client-side complexity. This differs from client-centric frameworks like GWT or Angular.