In real time project which driver did u use? What is the
main functionality of the Prepared Statement?
Answer Posted / sujith
If you dont know the correct answer pls...dont blobbbb
something to misguide others..
Type-4 driver is used in real time projeects.. Driver
related information are loaded during the runtime.
PreparedStatement is pre-Compiled statement. we can execute
more than 1 query at a time...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the meaning of java applet.
what is a thread pool in java and why is it used?
Is array primitive data type in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Is integer immutable in java?
Which are the two subclasses under exception class?
How do you pass by reference?
What is meant by overloading?
what is enumset?
What is diamond operator in java?
what is use of functional interface in java 8?
If try block is successfully executed, Then Is Finally block executed?
What is the this keyword?
What is concurrent hashmap and its features?
How can we achieve thread safety in java?