servlet

servlet

University

41 Qs

quiz-placeholder

Similar activities

Software Engineering

Software Engineering

University

43 Qs

IP MIDTERM

IP MIDTERM

University

45 Qs

Informatika XII

Informatika XII

12th Grade - University

40 Qs

ELECTRÓNICA BÁSICA 6

ELECTRÓNICA BÁSICA 6

University

41 Qs

Module 3-4 ICT QUIZ

Module 3-4 ICT QUIZ

12th Grade - University

36 Qs

BCS Level 4 Software Development Methodologies

BCS Level 4 Software Development Methodologies

University

41 Qs

Basic Algorithm in C (Data type, Expression, Branching, Looping)

Basic Algorithm in C (Data type, Expression, Branching, Looping)

University

40 Qs

Java-Collections

Java-Collections

University

40 Qs

servlet

servlet

Assessment

Quiz

Computers

University

Practice Problem

Hard

Used 180+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers