InterviewSolution
| 1. |
What Is A Expression? |
|
Answer» An expression tag contains a scripting language expression that is EVALUATED, converted to a String, and inserted where the expression appears in the JSP file. Because the VALUE of an expression is converted to a String, you can use an expression within text in a JSP file. Like An expression tag contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file. Because the value of an expression is converted to a String, you can use an expression within text in a JSP file. Like |
|