Multiple choice technology web technology

Please select all options that are correct for zk framework.

  1. open-source

  2. Ajax based

  3. written in php

  4. Event driven

  5. written in java

Reveal answer Fill a bubble to check yourself
A,B,D,E Correct answer
Explanation

ZK is a Java-based open-source Ajax framework that uses event-driven architecture. It is NOT written in PHP. ZK enables server-centric UI development with automatic Ajax updates, separating events by desktop and processing them sequentially per desktop.