What is database null and Java null?



What is database null and Java null?..

Answer / guest

in data base it will take NULL and - also.
in java it will take null.in both cases it's meaning is
nothing.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are different types of transactions?

2 Answers   HCL,


How do we call a stored procedure from jdbc?

0 Answers  


What is Type-4 Driver and when this driver is used?

3 Answers  


what are the advantages of JDBC?

7 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 setautocommit in jdbc?

0 Answers  


Where can I find ojdbc14 jar file?

0 Answers  


Is JDBC a language or Application?

3 Answers  


Does jdbctemplate use prepared statements?

0 Answers  


Explain the locking system in jdbc?

0 Answers  


What is sqlwarning and discuss the procedure of retrieving warnings?

0 Answers  


What are the different types of statements? How we can you use preparedstatement.

0 Answers  


Categories