Can u write java code in ZUML file ?
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.