MasterCard-Servlet-03-08-23

MasterCard-Servlet-03-08-23

Professional Development

5 Qs

quiz-placeholder

Similar activities

QUIZ 3DSMB 28.07

QUIZ 3DSMB 28.07

Professional Development

10 Qs

M12 Mulesoft triggering flows

M12 Mulesoft triggering flows

Professional Development

5 Qs

Test 2 - SAP Certified Back-End Developer - OO & Core Programmin

Test 2 - SAP Certified Back-End Developer - OO & Core Programmin

Professional Development

8 Qs

PAM Jaya - High Impact Presentation Skill (Ms Power Point)

PAM Jaya - High Impact Presentation Skill (Ms Power Point)

Professional Development

10 Qs

BLENDED LEARNING

BLENDED LEARNING

10th Grade - Professional Development

10 Qs

Sharing Session

Sharing Session

Professional Development

7 Qs

Friday Night Quiz 1 by Sayed Ahmed

Friday Night Quiz 1 by Sayed Ahmed

10th Grade - Professional Development

6 Qs

EMPOWERING STUDENTS TO LEAD LEARNING PRODUCTIVELY

EMPOWERING STUDENTS TO LEAD LEARNING PRODUCTIVELY

Professional Development

10 Qs

MasterCard-Servlet-03-08-23

MasterCard-Servlet-03-08-23

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Nirmala Sherine

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which are the session tracking techniques? i. URL rewriting ii. Using session object iii.Using response object iv. Using hidden fields v. Using cookies vi. Using servlet object
i, ii, iii, vi
i, ii, iv, v
i, vi, iii, v
i, ii, iii, v

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is stored at client side?
URL rewriting
Hidden form fields
SSL sessions
Cookies

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the maximum size of cookie?
4 KB
4 MB
4 bytes
40 KB

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can we invalidate a session?
session.discontinue()
session.invalidate()
session.disconnect()
session.falsify()

5.

MULTIPLE CHOICE QUESTION

1 min • 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)