Jsp Basics Quiz 1, Jsp Basics Online Test Series 1, JSP Mock Test
Finish Quiz
0 of 20 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
Information
Jsp Basics Quiz 1, Jsp Basics Online Test Series 1, JSP Mock Test Java online Test Quiz 1. Java OOPs Quiz 1 Free Mock Test 2019. JSP Basics Quiz 1 Question and Answers in PDF. The Java online mock test paper is free for all students. JavaServer Pages (JSP) is a technology for developing Webpages that supports dynamic content. This helps developers insert java code in HTML pages by making use of special JSP tags, most of which start with . Here we are providing JSP Basics Quiz in English Now Test your self for “JSP Basics in English” Exam by using below quiz…
This paper has 20 questions.
Time allowed is 25 minutes.
The Java OOPs Mock Test is Very helpful for all students. Now Scroll down below n click on “Start Quiz” or “Start Test” and Test yourself.
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 have to finish following quiz, to start this quiz:
Results
0 of 20 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Answered
- Review
-
Question 1 of 20
1. Question
What is the output of the following code?
Correct
Incorrect
-
Question 2 of 20
2. Question
HttpServlet.service() thrwos ServletException and IOException
Correct
Incorrect
-
Question 3 of 20
3. Question
Which one of the following is a valid argument for a JSP page directive?
Correct
Incorrect
-
Question 4 of 20
4. Question
What is the output of the following code?
Correct
Incorrect
-
Question 5 of 20
5. Question
What is the signature of method jspDestroy of JspPage?
Correct
Incorrect
-
Question 6 of 20
6. Question
JavaServer Pages are processed by ?
Correct
Incorrect
-
Question 7 of 20
7. Question
JavaServer Pages are processed by software on the ?
Correct
Incorrect
-
Question 8 of 20
8. Question
The method _jspService of HttpJspPage should not be overriden by a JSP author
Correct
Incorrect
-
Question 9 of 20
9. Question
Which statements is incorrect?
Correct
Incorrect
-
Question 10 of 20
10. Question
What is the signature of method _jspService of HttpJspPage?
Correct
Incorrect
-
Question 11 of 20
11. Question
The methods jspInit and jspDestroy of JspPage may be overriden by a JSP author
Correct
Incorrect
-
Question 12 of 20
12. Question
What gets printed when the following is compiled. Select the one correct answer.
Correct
Incorrect
-
Question 13 of 20
13. Question
Which of the following JSP variables are not available within a JSP expression. Select the one correct answer.
Correct
Incorrect
-
Question 14 of 20
14. Question
What is the signature of method jspInit of JspPage?
Correct
Incorrect
-
Question 15 of 20
15. Question
JSP pages have access to implicit objects that are exposed automatically. One such object that is available is request. The request object is an instance of which class?
Correct
Incorrect
-
Question 16 of 20
16. Question
What is the return type of the getLastModified method of HttpServlet?
Correct
Incorrect
-
Question 17 of 20
17. Question
Name the default value of the scope atribute of .
Correct
Incorrect
-
Question 18 of 20
18. Question
Which of these are legal attributes of page directive. Select the two correct answers.
Correct
The following are legal attributes of page directive – import, isThreadSafe, session, contentType, autoFlush, extends, info, errorPage, isErrorPage, language.
Incorrect
The following are legal attributes of page directive – import, isThreadSafe, session, contentType, autoFlush, extends, info, errorPage, isErrorPage, language.
-
Question 19 of 20
19. Question
What gets printed when the following JSP code is invoked in a browser. Select the one correct answer.
hello
hi
Correct
The if statement, else statement and closing parenthesis are JSP scriptlets and not JSP expressions. So these should be included within
Incorrect
The if statement, else statement and closing parenthesis are JSP scriptlets and not JSP expressions. So these should be included within
-
Question 20 of 20
20. Question
Is the following statement true or false. If the isThreadSafe attribute of the page directive is false, then the generated servlet implements the SingleThreadModel interface.
Correct
The page directive is defined as
Incorrect
The page directive is defined as