What is the major difference between java.util.date and java.sql.date data type?
No Answer is Posted For this Question
Be the First to Post Answer
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
What is JDBC Driver interface?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What is java soft framework?
Describe odbc?
Where is ojdbc14 jar located?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Discuss the significances of jdbc.
Is jdbc a web technology?
signature of init method?
When does the result for an sql statement return null?
What is savepoint in jdbc?