DFW5013 - Pop Quiz (JSP)

DFW5013 - Pop Quiz (JSP)

University

8 Qs

quiz-placeholder

Similar activities

Java Standard Tag Library (JSTL)

Java Standard Tag Library (JSTL)

University

10 Qs

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

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

University

10 Qs

Compilation Terms

Compilation Terms

9th Grade - University

10 Qs

Soal Web Development

Soal Web Development

University

10 Qs

EJ Uint 1

EJ Uint 1

University

10 Qs

Teks dan Desktop Berbasis Objek

Teks dan Desktop Berbasis Objek

University

10 Qs

P1_APLab2Quiz_B3B4

P1_APLab2Quiz_B3B4

University

10 Qs

JSP

JSP

University

10 Qs

DFW5013 - Pop Quiz (JSP)

DFW5013 - Pop Quiz (JSP)

Assessment

Quiz

Computers

University

Medium

Created by

Anizawati Mukhtar

Used 9+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What the meaning of JSP?

Java Servlet Pages

Java Server Pages

Java Scriptlet Pages

Java Sources Pages

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT the advantages of JSP?

High Performance and Scalability

Parsing and decoding HTML form data

Dependent Platform

Easy to maintain and efficient

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

There are seven step of JSP life cycles. Which one is in correct order?

Translation -> Initializing -> Loading -> Creating -> Compiling -> Request Processing -> Destroying

Translation -> Compiling -> Loading -> Creating -> Initializing -> Request Processing -> Destroying

Translation -> Loading -> Creating -> Initializing -> Compiling -> Request Processing -> Destroying

Translation -> Initializing -> Creating -> Loading -> Compiling -> Request Processing -> Destroying

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which syntax is used to comment in JSP?

<!-- Comment -->

<@-- Comment -->

<%-- Comment -->

<&-- Comment -->

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Based on the picture above, what is the correct output?

DFW5013

This is Your JSP Pop Quiz!!!

Hello,Class DDT4B!!!

None of Above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JSP pages are converted into Servlet by the Web Container

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JSP page perform request processing by calling _______ method?

service

_jspService

jspService

jsp_Service

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is JSP extension?

.javax

.jsp

.java

.jspx