CSE MCQs :: JSP - CSE
- Which option is true about session scope?
- Which of the scripting of JSP not putting content into service method of the converted servlet?
- Why is XML a good way to transfer text-based data from one program or tool to another?
- The method forward(request, response) will
- 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?
A.
Objects are accessible only from the page in which they are created
|
B.
Objects are accessible only from the pages which are in same session
|
C.
Objects are accessible only from the pages which are processing the same request
|
D.
Objects are accessible only from the pages which reside in same application
|
A.
XML imposes important limitations on the receiving program or tool
|
B.
The receiving program or tool can use the XML tagging information to determine how to best handle the incoming data
|
C.
XML tags offer an extra level of security
|
D.
XML tags specify to the receiving program or tool exactly how to format and display the data
|