In real time project which driver did u use? What is the
main functionality of the Prepared Statement?
Answer Posted / dsr
In real time project,We can use type-4 driver.This is fully
java based driver.Prepared statement:This is pre-compiled
sql query.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about class in java?
What is a double vs float?
how can you catch multiple exceptions in java?
Give the hierarchy of inputstream and outputstream classes.
What are the types of collections in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is hashing in java?
Why vector class is used?
What is null object in java?
When should I use singleton pattern?
How define set in java?
Mention a package that is used for linked list class in java.
If try block is successfully executed, Then Is Finally block executed?
What is operator overloading. Is it is supported in java?