Answer Posted / desika
A Stored Procedure is used to separate business logic from
Presentation logic,advantage of implementing a business
logic as storedprocedures improves the performance and we
can use same code for the applications written in other
languages.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is executequery in java?
How to check jdbc driver version in sql server?
What is jdbc connection?
Explain about the drive manager class working?
Which package is used for jdbc application?
Why do we use jdbc in java?
What is resultsetmetadata?
What is meant by connection string?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Explain about multiple implementations and drive manager?
What class.forname will do while loading drivers of jdbc?
What is jdbc odbc bridge in java?
What is jdbc driver for sql server?
What are the measures to connect to the db using jdbc?
What is the use of statement in jdbc?