How can I retrieve a String or other object type without creating a new object each time?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc object oriented?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Explain about the drive manager class working?
What is an encrypted internet connection?
What is the function of setautocommit?
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 ?");
How can you make a connection?
Expalin the method of calling a stored procedure from jdbc.
What does the jdbc databasemetadata interface?
Why would you use setautocommit(false) in jdbc?
What is isolation level? How to set it?