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 is a jdbc driver and how many jdbc drivers are available?
How to retrieve warnings in jdbc?
How data can be inserted into long row column of database?
Explain about multiple implementations and drive manager?
What is jdbc thin client in oracle?
How to check null value in JDBC?
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.
4 Answers Cybermate, Hexaware,
What is the use of jdbc?
What is JDBC API and when do we use it?
What are the different types of JDBC drivers?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What are the Normalization Rules?