<< Chapter < Page Chapter >> Page >

Go to answer 10

Question 11

True or False?

Overriding the doGet method to support the GET command also automatically supports the HTTP HEAD command.

Go to answer 11

Question 12

True or False?

The fundamental purpose of the GET command makes it possible for the client to get something from the server. When you override the doGet method, you should, as a minimum:

  • Read data from the request
  • Construct the proper headers in the response
  • Gain access to either the writer or the output stream (depending on whether the material to be returned is text or binary data)
  • Write the response data

Go to answer 12

Question 13

True or False?

The headers that you create in your overridden doGet method should include content type and encoding. The content type must be set beforethe writer is accessed. The setContentType method of the response object can be called to set the content type. The getWriter method of the response object can be called to get access to the output stream.

Go to answer 13

Question 14

True or False?

The class definition for an HTTP servlet extends the JavaHttpServlet class.

Go to answer 14

Question 15

True or False?

Servlets typically process requests from multiple clients concurrently in a multithreaded manner. However, it is possible to write servlets that arerestricted to single-threaded operation by implementing the SingleThreadModel interface.

Go to answer 15

Question 16

True or False?

When writing a servlet for multi-threaded operation, you should use the fewest possible number of instance variables, and synchronize access to them if you use them.

Go to answer 16

Question 17

True or False?

For servlets that extend the HttpServlet class, the following methods may be overridden to cause your servlet to interact with theclient.

  • doGet - for handling GET, conditional GET and HEAD requests
  • doPost - for handling POST requests
  • doPut - for handling PUT requests
  • doDelete - for handling DELETE requests
  • doTerminate - for terminating the servlet and returning control to the browser

Go to answer 17

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 17

False.

For servlets that extend the HttpServlet class, the following four methods may be overridden to cause your servlet to interact withthe client.

  • doGet - for handling GET, conditional GET and HEAD requests
  • doPost - for handling POST requests
  • doPut - for handling PUT requests
  • doDelete - for handling DELETE requests

Go back to Question 17

Answer 16

True.

Go back to Question 16

Answer 15

True.

Go back to Question 15

Answer 14

False. The class definition for an HTTP servlet extends the HttpServlet class.

Go back to Question 14

Answer 13

True.

Go back to Question 13

Answer 12

True.

Go back to Question 12

Answer 11

True.

Go back to Question 11

Answer 10

False. The doGet method corresponds to the HTTP GET command. If you don't override the method, the default implementation reports an HTTP BAD_REQUEST error when the browser sends a GET command.

Go back to Question 10

Answer 9

True.

Go back to Question 9

Answer 8

True.

Go back to Question 8

Answer 7

False.

Object references of the following types are passed to a servlet when it called by a client:

  • ServletRequest - encapsulates the communication from the client to the server.
  • ServletResponse - encapsulates the communication from the servlet back to the client

Go back to Question 7

Answer 6

True.

Go back to Question 6

Answer 5

False. All servlets must implement the Servlet interface. You can implement it directly. However, it is more common to implement itindirectly by extending a class that implements the interface (such as HttpServlet ).

Go back to Question 5

Answer 4

True.

Go back to Question 4

Answer 3

False. The use of servlets is not restricted to HTTP servers.

Go back to Question 3

Answer 2

False. You must run your servlet under the control of a Java-enabled server program. Not all HTTP servers support Java servlets.

Go back to Question 2

Answer 1

True.

Go back to Question 1

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java4535r-Review
  • File: Java4535r.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-

Questions & Answers

summarize halerambos & holbon
David Reply
the Three stages of Auguste Comte
Clementina Reply
what are agents of socialization
Antonio Reply
sociology of education
Nuhu Reply
definition of sociology of education
Nuhu
what is culture
Abdulrahim Reply
shared beliefs, values, and practices
AI-Robot
What are the two type of scientific method
ogunniran Reply
I'm willing to join you
Aceng Reply
what are the scientific method of sociology
Man
what is socialization
ogunniran Reply
the process wherein people come to understand societal norms and expectations, to accept society's beliefs, and to be aware of societal values
AI-Robot
scientific method in doing research
ogunniran
defimition of sickness in afica
Anita
Cosmology
ogunniran
Hmmm
ogunniran
list and explain the terms that found in society
REMMY Reply
list and explain the terms that found in society
Mukhtar
what are the agents of socialization
Antonio
Family Peer group Institution
Abdulwajud
I mean the definition
Antonio
ways of perceived deviance indifferent society
Naomi Reply
reasons of joining groups
SAM
to bring development to the nation at large
Hyellafiya
entails of consultative and consensus building from others
Gadama
World first Sociologist?
Abu
What is evolutionary model
Muhammad Reply
Evolution models refer to mathematical and computational representations of the processes involved in biological evolution. These models aim to simulate and understand how species change over time through mechanisms such as natural selection, genetic drift, and mutation. Evolutionary models can be u
faruk
what are the modern trends in religious behaviours
Selekeye Reply
what are social norms
Daniel Reply
shared standards of acceptable behavior by the group or appropriate behavior in a particular institution or those behaviors that are acceptable in a society
Lucius
that is how i understood it
Lucius
examples of societal norms
Diamond
Discuss the characteristics of the research located within positivist and the interpretivist paradigm
Tariro Reply
what is Industrialisation
Selekeye Reply
industrialization
Angelo
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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