adplus-dvertising

Welcome to the Session Management,JSP and Servlet MCQs Page

Dive deep into the fascinating world of Session Management,JSP and Servlet with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Session Management,JSP and Servlet, a crucial aspect of Java Programming. In this section, you will encounter a diverse range of MCQs that cover various aspects of Session Management,JSP and Servlet, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Java Programming.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Session Management,JSP and Servlet. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Java Programming.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Session Management,JSP and Servlet. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Session Management,JSP and Servlet MCQs | Page 4 of 9

Discuss
Answer: (c).Initialization and Constructor function
Q32.
Can servlet class declare constructor with ServletConfig object as an argument?
Discuss
Answer: (b).False
Q33.
What is the difference between servlets and applets?

i.Servlets execute on Server; Applets execute on browser

ii.Servlets have no GUI; Applet has GUI

iii.Servlets creates static web pages; Applets creates dynamic web pages

iv.Servlets can handle only a single request; Applet can handle multiple requests
Discuss
Answer: (b).i,ii are correct
Q34.
Which of the following code is used to get an attribute in a HTTP Session object in servlets?
Discuss
Answer: (a).session.getAttribute(String name)
Q35.
Which method is used to get three-letter abbreviation for locale’s country in servlets?
Discuss
Answer: (a).Request.getISO3Country()
Discuss
Answer: (c).DataInputStream data = request.getInputStream()
Discuss
Answer: (a).The destroy() method is called only once at the end of the life cycle of a filter
Discuss
Answer: (d).Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
Q39.
How is the dynamic interception of requests and responses to transform the information done?
Discuss
Answer: (d).servlet filter
Q40.
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
Discuss
Answer: (b).i, ii, iv, v
Page 4 of 9

Suggested Topics

Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!