Signup/Sign In

Implicit Object and Exception Handling

This Test will cover Implicit Objects in JSP,Taglib directive and Include Directive.
Q. Which implicit object of JSP is associated with the Output Stream of response object?
Q) Which implicit object of JSP is equivalent to this variable of Java programming language?

Q) Which implicit object is only available to a JSP page which is designated as error pages?
Q. Which is not a valid JSP Implicit Object?
Q) Which directive tells the Web Container to copy everything in the included file and paste it into current JSP file?
Which of the following tag is used to declare error pages in the Deployment Descriptor for the entire Web Apllication?

Q Choose the correct syntax of include directive?
Q. The ____________ attribute in Taglib directive is used to distinguish the custom tag from other library custom tag.

Related Tests: