What is output to the web page on the second access to the same instance of the following JSP?
<html>
<body>
<% int x = 0; %>
<%= x++ %>
</body>
</html>
a. 0
b. 1
c. 2
d. 3
Answer: A
Java | Advance Java | Multiple Choice | Questions and Answers | Test Bank
<html>
<body>
<% int x = 0; %>
<%= x++ %>
</body>
</html>
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.