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 steps involved in establishing a connection using jdbc in java?
Where is ojdbc14 jar located?
what happens if connection is not closed?
What is benefit of using preparedstatement in java?
What is jdbc and its advantages?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is PreparedStatement?
What driver should I use for scalable Oracle JDBC applications?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
What do you understand by jdbc driver and explain its types?
What is a rollback in jdbc?