0 of 10 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
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 technology do we mix our business logic with the presentation logic?
In JSP how many ways are there to perform exception handling?
In JSP page directive which attribute defines the MIME(Multipurpose Internet Mail Extension) type of the HTTP response?
Which option is true about session scope?
Why is XML a good way to transfer text-based data from one program or tool to another?
The method forward(request, response) will
Which of the following are the valid scopes in JSP?
Why use Request Dispatcher to forward a request to another resource, instead of using a sendRedirect?
Dynamic interception of requests and responses to transform the information is done by