Page 1 of 1

About Question enthuware.jwpv6.2.818 :

Posted: Sun Jul 12, 2015 5:39 pm
by ednilsoncampos
The alternative 3 and 5 are equivalent?

Re: About Question enthuware.jwpv6.2.818 :

Posted: Mon Jul 13, 2015 9:41 pm
by admin
No, option 3 specifically tells you that the given code is in a JSP document. While option 5 does not. The code is invalid in a regular jsp file.

Re: About Question enthuware.jwpv6.2.818 :

Posted: Wed Aug 17, 2016 2:18 pm
by johnlong
JSP Document implies that the page is written in XML. In the XML syntax, request time attributes are specified using %= and %. i.e. without < and >

Does this syntax (without < and >) for JSP documents apply only to expression, or it does apply to scriptlets and declarations as well?

Re: About Question enthuware.jwpv6.2.818 :

Posted: Wed Aug 17, 2016 9:00 pm
by admin
Only for scriptlet expressions. Please check JSP specification section 6.2 for complete details.