12345678910



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

1. null
2. John