Exam 13: The Web Server Environment

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The first step in using a JDBC driver is to establish a connection.

Free
(True/False)
4.9/5
(30)
Correct Answer:
Verified

False

Compare and contrast servlets and applets.

Free
(Essay)
4.9/5
(27)
Correct Answer:
Verified

Servlets and applets are both Java programs compiled into machine-independent bytecode.Both are interpreted and executed by bytecode interpreters called Java virtual machines.Both are invoked using the HTTP protocol.Servlets,however,are interpreted and executed on the Web server computer.It then sends its results to the user's computer via the response capabilities of HTTP.Applets,on the other hand,are interpreted and executed on the user's computer.The bytecode for the applet is transmitted via HTTP to the user's computer,where the Java virtual machine will interpret and execute it locally.

With ODBC,a database and the DBMS that processes it are identified by the data source.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

True

Applet bytecode is transmitted to the user's computer via ________.

(Multiple Choice)
4.9/5
(38)

ADO.NET provides the capability to create and process in-memory databases called DataSets.

(True/False)
4.8/5
(37)

One of the properties of all collections is Count,which is the number of objects in the collection.

(True/False)
4.9/5
(34)

Explain the relationships among native DBMS libraries,ODBC,OLE DB,ADO,and ADO.NET and why each led to the development of the next.

(Essay)
4.8/5
(44)

An applet is a Java bytecode program that executes on the Web server.

(True/False)
4.7/5
(41)

With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.

(True/False)
4.8/5
(27)

With ODBC,a file data source is available only to the user that created it.

(True/False)
4.8/5
(30)

According to the ODBC standard,which of the following is not part of the specification of a data source?

(Multiple Choice)
4.7/5
(32)

Which of the following is not true of ADO?

(Multiple Choice)
4.8/5
(29)

If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.

(True/False)
4.8/5
(32)

What type of JDBC driver is known as a JDBC-ODBC bridge?

(Multiple Choice)
4.8/5
(30)

Briefly describe PHP.

(Essay)
4.7/5
(43)

An ADO.NET DataSet is connected to databases.

(True/False)
4.7/5
(40)

A common default Web page name recognized by most Web servers is FirstPage.html.

(True/False)
5.0/5
(32)

A Java virtual machine is actually a ________.

(Multiple Choice)
4.9/5
(35)

In general,the best type of ODBC data source to define for a Web application is a system data source.

(True/False)
4.8/5
(29)

The actions that an object can perform are called ________.

(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 110
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)