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 the purpose of jdbc resultset interface?
What do you mean by two phase commits?
Explain the difference between rowset vs. Resultset in jdbc?
Why resultset is used in java?
How can we disable a constraint ?
Does jdbc require oracle client?
Explain in detail about JDBC and its general features?
What is in term of jdbc a datasource?
What is com mysql jdbc driver?
How to check jdbc connection in java?
Is jpa faster than jdbc?
What class.forname does, while loading the drivers?
What is the execute method in java?
How can I connect mysql or oracle with java?
What is sqlwarning?