JDBC Interview Questions
Questions Answers Views Company eMail

what is the difference between SENSITIVE and INSENSITIVE?

1 8255

what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?

2 3740

what is JDBC?

Wipro,

3 6473

how can we connect to db without using getConnection() method

4 6124

how many JDBC drivers ?name them?

CTS, Idea,

6 10585

what happens if connection is not closed?

CTS,

7 22748

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.

Cybermate, Hexaware,

4 8155

HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx

5 5345

How to create Connection interface object because it is Interface , Interface is not instansiated?

Aptech, CTS, HCL,

9 16336

java based application for hospital management

3437

What is in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?

AppLabs,

1 6595

how can connection with oracle10g with java

IonIdea,

3 10895

What is connection pooling? What Method and class used for Connection pooling in Java?

2 6846

what happen if we set JDBC string to NULL?

Sapient,

2936

any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

1836


Post New JDBC Questions

Un-Answered Questions { JDBC }

What is the meaning of connection?

516


please tell me the name and url path for type-4 driver ?

2458


Does jdbc require oracle client?

514


Explain about Join?

585


Where is ojdbc14 jar located?

490






What do you mean by batch processing in jdbc?

515


What is two-phase commit in the database?

507


What is connection commit?

485


How do I disallow NULL values in a table?

532


Are all the required JDBC drivers to establish connectivity to my database part of the JDK?

518


Is jdbc and orm?

488


How many types of resultset are there in jdbc?

515


What is drivermanager in java?

479


How many packages are available in jdbc api?

533


What is JDBC Driver interface?

562