<< Chapter < Page Chapter >> Page >

Go to answer 11

Question 12

True or False?

Cookies are passed from the browser to the server using fields added to HTTP request headers.

In the Java API, HTTP cookies are retrieved, one at a time, using the getCookies method.

Go to answer 12

Question 13

True or False?

Because cookies are sent to the browser using HTTP headers, they should be added to the response before you send any content.

Go to answer 13

What is the meaning of the following two images?

These images were inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.

Spacer image of a rabbit and a penguin.

This image was also inserted for the purpose of inserting space between the questions and the answers.

Spacer image of a penguin and some houses.

Answers

Answer 13

True.

Go back to Question 13

Answer 12

False.

Cookies are passed from the browser to the server using fields added to HTTP request headers.

In the Java API, HTTP cookies are retrieved using the getCookies method. This method returns all of the cookies found in the request sent by theclient.

Go back to Question 12

Answer 11

True.

Go back to Question 11

Answer 10

True.

Go back to Question 10

Answer 9

False. The Cookie class represents a cookie that can be used for session management with the HTTP protocol.

Go back to Question 9

Answer 8

True.

Go back to Question 8

Answer 7

True.

Go back to Question 7

Answer 6

True.

Go back to Question 6

Answer 5

False. The setMaxAge method can be called to override the default and specify the maximum age of a cookie in seconds. The cookie willexpire when the maximum age has been reached.

Go back to Question 5

Answer 4

False. By default, a cookie expires when the browser exits

Go back to Question 4

Answer 3

False.

By default, cookies are sent only to the host that caused them to be saved. Methods can be called to set attributes for each cookie that determine whichservers will receive the cookie. For example, the setDomain method can be used to specify a domain pattern indicating which servers shouldreceive a cookie.

By default, cookies are sent to the page that set the cookie and to all the pages in that directory or under that directory. This also can be modified bycalling the setPath method on the cookie.

Go back to Question 3

Answer 2

True.

Go back to Question 2

Answer 1

False. Cookies are information that is created by a web application and stored on the client machine by the browser. Under certain conditions, thisinformation is sent to the HTTP server whenever a request is sent from the client to the server.

Go back to Question 1

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java4570r-Review
  • File: Java4570r.htm
  • Published: 03/10/14
  • Revised: 12/26/14
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

-end-

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask