What is the result of attempting to access the following JSP page?
<question><html>
<question><body>
<question><%! public String methodA() {
<question> return methodB();
<question>}
<question>%>
<question><%! public String methodB() {
<question> return "JAD Final Test";
<question>}
<question>%>
<question><h2><%= methodA() %></h2>
<question></body>
<question></html>
a. "JAD Final Test" is output to the resulting web page.
b. A translation error occurs.
c. A runtime error occurs.
d. The web page is blank.
Answer: A
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.