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
Differentiate between a statement and a preparedstatement.
Explain the steps in writing a java program using jdbc?
What are clob and blob data types in jdbc?
How many types of resultset are there in jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
How do I set properties for a JDBC driver and where are the properties stored?
What is jdbc and its advantages?
How do I insert an image file (or other raw data) into a database?
What is the feature of jdbc v4?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What are the different types of resultset?
What are the advantages of database connection pooling?
What is a datasource in java?
What class.forname will do while loading drivers of jdbc?
What is data source in java?