JSP_QUIZ

JSP_QUIZ

University

10 Qs

quiz-placeholder

Similar activities

JSP

JSP

University

10 Qs

Servlets & JSP

Servlets & JSP

University

10 Qs

Overview of Java Web Development

Overview of Java Web Development

University

10 Qs

DFW5013 - Pop Quiz (JSP)

DFW5013 - Pop Quiz (JSP)

University

8 Qs

ข้อสอบย่อยวิชา จาวาเว็บ ครั้งที่ 3

ข้อสอบย่อยวิชา จาวาเว็บ ครั้งที่ 3

University

10 Qs

Spring MVC

Spring MVC

University

10 Qs

JSP and Servlet

JSP and Servlet

University

10 Qs

Java Standard Tag Library (JSTL)

Java Standard Tag Library (JSTL)

University

10 Qs

JSP_QUIZ

JSP_QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Ms. Asst.Prof

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Application is instance of which class?

avax.servlet.Application

javax.servlet.HttpContext

javax.servlet.Context

javax.servlet.ServletContext

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_jspService() method of HttpJspPage class should not be overridden.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct order of phases in JSP life cycle?

Initialization, Cleanup, Compilation, Execution

Initialization, Compilation, Cleanup, Execution

Compilation, Initialization, Execution, Cleanup

Cleanup, Compilation, Initialization, Execution

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

“request” is instance of which one of the following classes?

Request

HttpRequest

HttpServletRequest

ServletRequest

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a directive?

include

page

export

useBean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a implicit object?

request

response

cookie

session

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is correct for directive in JSP?a) b) c)d)

<%@directive%>

<%!directive%>

<%directive%>

<%=directive%>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?