Answer Posted / subbu
A Stored procedure is a collection of sql statements that
are stored under a name & executed.when you create a stored
procedure all the steps like parsing,checking,compiling etc
are carried out.They can be called from java by using
prepareCall().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc stand for?
What are collection pools?
How can we maintain the integrity of a database by using jdbc?
What is serialization and deserialization in java programming?
What is xe in oracle jdbc url?
How many rowset are available in jdbc?
How many packages are available in jdbc api?
What is jsp and jdbc?
What is an odbc driver?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Name the method, which is used to prepare a callablestatement.
How will you perform truncation using JDBC?
Where is jdbc url mysql?
What is database connection pooling? Advantages of using a connection pool?
How vendor Naming registry supports JNDI?