Choose a topic to test your knowledge and improve your JSP skills
response is instance of which class?
If a jsp is to generate a xml page what attribute of page directive it should use?
Which of the following attributes are mandatory in <jsp:setProperty /> tag?
Which of the following attribute is used to have uncaught run-time exceptions automatically forwarded to an error processing page?
Which of the following method can be used to read a multiple values with same name for example check box selections?
Which of the following is true about autoFlush Attribute?A - B - C - Both of the above.D - Q 7 -
Which of the following is true about isThreadSafe Attribute?
Which of the following is true about <jsp:forward> action?
Which of the following is true about <c:url> tag
Which option is true about session scope?
The difference between Servlets and JSP is the …………….
Which of the following are the valid scopes in JSP?
JSP includes a mechanism for defining …………………………. or custom tags.
Which describes best an EJB handle?
Why DB connections are not written directly in JSPs?
How many jsp implicit objects are there and these objects are created by the web container that are available to all the jsp pages?
Which is not a directive?
Which attribute specifies a JSP page that should process any exceptions thrown but not caught in the current page?
Which http method send by browser that asks the server to get the page only?
DBC is a ………………… interface which means that it is used to invoke SQL commands directly
Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP?
What is JDBC?
Dynamic interception of requests and responses to transform the information is done by
This is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers over a network typically the Internet.
response is instance of which class?
If a jsp is to generate a xml page what attribute of page directive it should use?
Which of the following attributes are mandatory in <jsp:setProperty /> tag?
Which of the following attribute is used to have uncaught run-time exceptions automatically forwarded to an error processing page?
Which of the following is true about autoFlush Attribute?A - B - C - Both of the above.D - Q 7 -
Which of the following is true about isThreadSafe Attribute?
Which of the following is true about <jsp:forward> action?
Which of the following is true about <c:url> tag
Which option is true about session scope?
The difference between Servlets and JSP is the …………….
Which of the following are the valid scopes in JSP?
JSP includes a mechanism for defining …………………………. or custom tags.
Which describes best an EJB handle?
Why DB connections are not written directly in JSPs?
How many jsp implicit objects are there and these objects are created by the web container that are available to all the jsp pages?
Which is not a directive?
Which attribute specifies a JSP page that should process any exceptions thrown but not caught in the current page?
Which http method send by browser that asks the server to get the page only?
DBC is a ………………… interface which means that it is used to invoke SQL commands directly
Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP?
What is JDBC?
Dynamic interception of requests and responses to transform the information is done by