Which of the following is true regarding the use of the JDBC-ODBC bridge with the applets.

A) Use of the JDBC-ODBC bridge from an untrusted applet running in a browser, such as Netscape Navigator, isn't allowed.
B) It is possible to use the JDBC-ODBC bridge with applets that will be run in appletviewer since appletviewer assumes that applets are trusted.
C) It is not possible to use the JDBC-ODBC bridge with applets that are run in the HotJavaTM browser (available from Java Software), since HotJava provides an option to turn off applet security.
D) Pure Java JDBC drivers work well with applets. They are fully downloadable and do not require any client-side configuration
Explanation: the HotJavaTM browser is a Sun java developed browser and hence prevents the security violation which is not provided by IE and Netscape.

Showing Answers 1 - 4 of 4 Answers

rajagopal

  • Mar 10th, 2006
 

Answer is D

  Was this answer useful?  Yes

It is not possible to use the JDBC-ODBC bridge with applets that are run in the HotJavaTM browser (available from Java Software), since HotJava provides an option to turn off applet security.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions