Which approach is used in zk framework ?
-
client centric
-
Server Centric
-
Data Centric
-
Process Centric
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.