Answer Posted / satya
Yes
Bridge driver can work with applets
because applets are executed on any client browser but
their classes are located at one loaction only
applets are travel in network
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the jdbc rowset?
How the JDBC application works?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Which is best database for java?
What is the use of getGeneratedKeys() method in Statement?
What does setautocommit do?
What is JDBC Savepoint? How to use it?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
explain about special characters?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What should be done for auto generating primary key id in a table ?
What is in terms of jdbc a datasource?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
How does a custom RowSetReader get called from a CachedRowSet?