servlet

servlet

University

41 Qs

quiz-placeholder

Similar activities

API Development and JSON

API Development and JSON

University

40 Qs

Evaluación de Aprendizaje N° 1

Evaluación de Aprendizaje N° 1

University

40 Qs

Exam

Exam

University

42 Qs

Quiz Mobile Commerce

Quiz Mobile Commerce

University

41 Qs

JavaScript & ES6 Quiz

JavaScript & ES6 Quiz

University

40 Qs

Topic 7 & 8: Internet & Web

Topic 7 & 8: Internet & Web

11th Grade - University

44 Qs

Quiz - Keamanan Informasi

Quiz - Keamanan Informasi

University

40 Qs

Lesson 6 - Deadlocks

Lesson 6 - Deadlocks

University

43 Qs

servlet

servlet

Assessment

Quiz

Computers

University

Hard

Used 180+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is true

(Select Two Ans)

.Servlets execute on Server; Applets execute on browser

Servlets have no GUI; Applet has GUI

Servlets creates static web Applets creates dynamic web

Servlets handle single , Applethandle multiple requests

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following code is used to get an attribute in a HTTP Session object in servlets?
session.getAttribute(String name)
session.alterAttribute(String name)
session.updateAttribute(String name)
session.setAttribute(String name)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is true about servlets?
execute within the address space of web server
platform-independent because they are written in java
use the full functionality of the Java class libraries
All of above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following package contains servlet classes?
javax.servlet
javax.servlet.http
Both of the above.
None of the above.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is javax.servlet.http.HttpServlet?
interface
abstract class
concreate class
None of the above.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is javax.servlet.http.HttpServlet?
interface
abstract class
concreate class
None of the above.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following way can be used to keep track of previous client request?
Using cookies.
Using hidden form fields
Using URL rewriting.
All of the above.

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?