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 is odbc and jdbc drivers?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


what are the advantages of JDBC?

7 Answers  


What is the difference between setmaxrows(int) and setfetchsize(int)?

0 Answers  


What is the meaning of “dirty read” in the database?

0 Answers  






Give an example of code used for setting up connection with a driver.

0 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,


How many types of jdbc drivers are available?

0 Answers  


What is jdbc odbc driver?

0 Answers  


What is jdbc connection?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


Categories