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

PreparedStatement is a pre compiled statement but where it's pre compiled ?

4 Answers  


Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


What is drivermanager in jdbc?

1 Answers  


give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.

7 Answers  


What is the use of statement in jdbc?

1 Answers  


What is jdbc architecture?

1 Answers  


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

1 Answers  


How does jdbc driver work?

1 Answers  


What is the reason why we need a jdbcrowset like the wrapper around resultset?

1 Answers  


Is the JDBC-ODBC Bridge multi-threaded?

2 Answers   Wipro,


What are JDBC Best Practices?

1 Answers  


Explain the steps in writing a java program using jdbc?

1 Answers  


Categories