I am fully new in java, Seems its very silly question but I am facing issue while tying to print value from .JSP file, My output is always ${x} instead of value, Please someone help
Code Output ${x}
<html>
<body>
<% int x = 1;%>
<c:out value="${x}" />
</body>
</html>
Fantabulous University Summer Picnic Program
Go to First Page – Hukum Dev Narayan Jun 01 '22 at 08:16