JavaDeploy
SiteMap
JSP - Servlets
JDBC
EJB Concepts
Entity Beans
Java Servlets
«Prev
Next»
Servlet Intro
Java Servlets
HTTP Stateless Information
Problems with CGI
Java Servlet Advantages.
Servlet GET Requests
Software Configuration
Java Servlet Development Kit
Configuring JSDK
Text Editor
JSDK Server
Java Web Server
Installing Java Web Server
Testing Administering Web Server
Other Web Servers
Non Servlet Server Add Ons
Webserver Config Conlusion
Servlet Page Generation
doGet Servlet Method.
Simple Servlet generates HTML
Generating Page from Servlet
Maintaining Servlet State
HTML Form Creation
Form Servlet Communication
Generating Servlet Form
Start Web Server
Processing Servlet Form
Web Page Generation
Servlet Database Connection
What Is JDBC
JDBC Servlets
SQL Commands
JDBC Data Source
JDBC Connection
Datasource Java
Read Data From Resultset
JDBC Resultset Example
Write To Database
Servlet Operations Conclusion
Applet Servlet Interaction
Java Browser Versions
Java Applet Tutorial
Send Get Servlet
Connect Server Get Request
Servlet Receives Get Request
Display Servlet Response
Reading Servlet Response
AppletServlet Communication Conclusion
HTTP Protocol in Servlets - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
HTTP (HyperText Transfer Protocol) requests are:
Please select the best answer.
A.
The only way information moves around the Internet
B.
Used to request HTML from a Web server
C.
Used to ensure a
stateful
exchange of information over the Internet
D.
None of the above.
2.
When a Web browser wants to retrieve a file called
welcome.html
from a Web server, it sends this command:
Please select the best answer.
A.
SEND /welcome.html HTTP/1.0
B.
SEND /welcome.html
C.
GET /welcome.html HTTP/1.0
D.
GET /welcome.html
3.
HTTP is a stateless protocol. This means that:
Please select the best answer.
A.
It will work from anywhere in the world
B.
Its impossible for the program executing on the Web server to know two requests are from the same user
C.
Every program must be able to gather all the information it needs from a single Web page
D.
Its hard work to get the program executing on the Web server to know two requests are from the same user
Your score is 0.0
Submit
Quiz Explanation