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 are the three parts of a jdbc url?
How many ways can you update a result set?
How can you load the drivers?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What are the exceptions in jdbc?
How can I manage special characters when I execute an insert query?
Differentiate between a statement and a preparedstatement.
What is JDBC?
3 Answers Akamai Technologies,
What is the return type of execute, executequery and executeupdate?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are the steps to connect to the database in java?
Is oracle client required for jdbc connection?