asked 93.5k views
1 vote
An expression tag contains a scripting language expression thatis evaluated.TrueFalse

1 Answer

2 votes

Answer: True

Explanation:

Yes, an expression tag contains a scripting language expression that is evaluated. As, expression tag is used to display the output of the data in the generated page. If data is placed in expression tag then, it prints on the output stream and then it automatically convert data into the string and the output are displayed.

answered
User Kei
by
8.2k points