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 |
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What does the jdbc databasemetadata interface?
What is the function of setautocommit?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
How can you create jdbc statements?
What is xe in oracle jdbc url?
How will you perform truncation using JDBC?
How data can be inserted into long row column of database?
What is difference between statement and preparedstatement in jdbc?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is a PreparedStatement?
How do I set properties for a JDBC driver and where are the properties stored?