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 the three parts of a jdbc url?

0 Answers  


How many ways can you update a result set?

0 Answers  


How can you load the drivers?

0 Answers  


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

0 Answers  


What are the exceptions in jdbc?

0 Answers  


How can I manage special characters when I execute an insert query?

0 Answers  


Differentiate between a statement and a preparedstatement.

0 Answers  


What is JDBC?

3 Answers   Akamai Technologies,


What is the return type of execute, executequery and executeupdate?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  


What are the steps to connect to the database in java?

0 Answers  


Is oracle client required for jdbc connection?

0 Answers  


Categories