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
What is the difference between instanceof and isinstance?
How to connect to a remote database using Applet?
Why is the main method declared static?
what is comparable and comparator interface?
Explain implementation and how is it different from conversion?
What does method mean?
Can static methods access instance variables in java?
What is the static keyword?
How to change value in arraylist java?
Is overriding possible in java?
How is final different from finally and finalize?
What are runtime exceptions?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Can singleton class be serialized?
Explain the difference between an object-oriented programming language and object-based programming language?