Few doubts from marcus green exam :
This taglib is given true <%@ taglib tagdir="/WEB-INF/tags/taglib.tld" prefix="h" %>
I feel tagdir should be valid dir path not file path.
---------------------------------------------------------
One question asking to find valid servlet mapping and one mapping contains this
<url-pattern>*.java</url-pattern>
given wrong comment is : Container not look for extension just map the request url for mapping.(I understand this fact but i selected this answer because its valid URL pattern can support
http://mysite.com/myapp/myservlet.java this kind of request )
---------------------------------------------------------
The isUserInRole method makes a comparison with roles defined within the role-link tag of the deployment descriptor
I think this is wrong it comapre with <role-name> not <role-link>
---------------------------------------------------------
Again one question on <jsp:root> must be the root element of JSP Document.
Options: True ,Flase
Given Answer: True
My Answer : False
Because i read somewhere that in JSP 2.0 its not required.
Can you guys please help me on this doubts ??