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 are the classes and methods used for sending sql statements to database?
What are different parts of a url?
What is use of connection pooling?
How data can be inserted into long row column of database?
Discuss the significances of jdbc.
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How can you know about drivers and database information ?
How to know howmuch data is truncated?
What is the use of the statement in jdbc?
Name the method, which is used to prepare a callablestatement.
What causes no suitable driver error?
How can you make the connection using jdbc?
Which is best database for java?
Explain some new features available in jdbc 4.0?
What is the purpose of jdbc?