Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
JDBC
Next »
The JDBC-ODBC Bridge supports multiple concurrent open statements per connection?
Options
- True
- False
CORRECT ANSWER : False
Discussion Board
JDBC ODBC Bridge
JDBC-ODBC Bridge is a driver that is based on JDBC technology. It is a multithreaded system as it allows the applications that are written in Java language to use the JDBC API with many existing ODBC drivers. It is defined in the class JdbcOdbcDriver which is also defined as sun.jdbc.odbc.JdbcOdbcDriver. It defines the transitional solution to provide flexibility to the system. JDBC-ODBC is used in various ways due to platform independent nature of it. It provide the way for user to create programs that can easily adapt to pure java drivers.
Rohit Sharma 09-17-2014 10:48 PM
JDBC-ODBC Bridge
You can open only one Statement object per connection when you are using the JDBC-ODBC Bridge.
Career 06-26-2014 02:56 AM
The answer should be false
No, we can open only one statement object when using JDBC-ODBC Bridge.
Read more: http://javarevisited.blogspot.com/2012/12/top-10-jdbc-interview-questions-answers.html#ixzz35eDuUYBz
meen 06-25-2014 07:02 AM
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲