Multiple choice technology web technology

Can u write java code in ZUML file ?

  1. True

  2. False

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

ZUML files support embedded Java code through zscript () and EL expressions. Developers can write Java code directly in ZUML files using the tag or within component attributes using EL ${...}. This allows business logic and event handlers to be defined declaratively alongside the UI markup, keeping view and logic together.