Exam 2: JDBC, Servlets, and Cookies

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

What is the reason that a java program cannot directly communicate with an ODBC driver?

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

B

The ResultSet.next method is used to move to the next row of the ResultSet, making it the current row.

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

True

Which cookie it is valid for single session only and it is removed each time when the user closes the browser?

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

B

Which of the following JDBC drivers is known as a partially java driver?

(Multiple Choice)
4.8/5
(34)

Which method is used for an SQL statement that is executed frequently?

(Multiple Choice)
4.8/5
(32)

How is the dynamic interception of requests and responses to transform the information done?

(Multiple Choice)
4.9/5
(36)

Which type of ServletEngine is a server that includes built-in support for servlets?

(Multiple Choice)
4.8/5
(42)

JDBC RowSet is the wrapper of ResultSet,It holds tabular data like ResultSet but it is easy and flexible to use.

(True/False)
4.8/5
(35)

How many JDBC product components does the Java software provides?

(Multiple Choice)
4.8/5
(45)

Which models do the JDBC API support for the database access?

(Multiple Choice)
4.8/5
(33)

Which driver uses ODBC driver to connect to the database?

(Multiple Choice)
4.8/5
(40)

Which was the first most widely used programming interface for accessing relational databases and it offers the ability to connect all the databases on all the platforms.?

(Multiple Choice)
4.9/5
(40)

JDBC is a Java API that is used to connect and execute query to the database

(True/False)
4.9/5
(41)

Which class has traditionally been the backbone of the JDBC architecture?

(Multiple Choice)
4.8/5
(33)

What type of servlets use these methods doGet(), doPost(),doHead, doDelete(), doTrace()?

(Multiple Choice)
4.9/5
(41)

Which JDBC drivers will run your program?

(Multiple Choice)
4.9/5
(41)

A leading database connectivity vendor, worked together to produce the ____.

(Multiple Choice)
4.8/5
(32)

Which driver Network connection is indirect that a JDBC client makes to a middleware process that acts as a bridge to the DBMS server?

(Multiple Choice)
4.8/5
(43)

Which driver converts JDBC calls directly into the vendor-specific database protocol?

(Multiple Choice)
5.0/5
(36)

How many types of JDBC drivers are available?

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 25
close modal

Filters

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