单项选择题

某JSP中有如下代码,显示结果为()
int a = 5;
request.setAttribute(“a”,”123”);
session.setAttribute(“a”,”456”);
%>
A、5
B、123
C、456
D、null