12345678910



Question 1: What is the output of the following code?
<% session.setAttribute("name", "John"); %>
<%= session.getAttribute("name") %>

1. John
2. null