Can the JDBC-ODBC Bridge be used with applets?

Answers were Sorted based on User's Feedback



Can the JDBC-ODBC Bridge be used with applets?..

Answer / 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

Can the JDBC-ODBC Bridge be used with applets?..

Answer / faisal renu tajne

KHADDYAT JA..

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JDBC Interview Questions

Explain about multiple implementations and drive manager?

0 Answers  


Which interface handles transaction management in jdbc?

0 Answers  


What are the Normalization Rules?

2 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

0 Answers  


What is resultset in jdbc with example?

0 Answers  






How can you create jdbc statements?

0 Answers  


What are the differences between resultset and rowset?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


What is a JDBC 2.0 DataSource?

0 Answers  


How can you load the drivers in jdbc?

1 Answers  


How a driver can be loaded?

1 Answers  


What is difference between odbc and jdbc?

0 Answers  


Categories