How many statements can be created with one connection in jdbc?
Answers were Sorted based on User's Feedback
Answer / pragyan
As per my knowledge as many statement as you want.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sateesh
We can create the statements that are limited to the
database. we can set the number of statements that can be
created after. beyond that the exception will be thrown.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / arockiadass
we can create n-nos of statements using a single connection.
But single query can be executed using one statement at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pragyan
Sorry for my previous answer,There is near about 192
statements we can create from a connection object,after that
we ll get out of memory exception.
if anybody knows better answer ,replay back
| Is This Answer Correct ? | 2 Yes | 3 No |
What are the characteristics of Final,Finally and Finalize keywords.
Difference between object and reference?
What is java algorithm?
What is the catch or declare rule for method declarations?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
Can It is possible to synchronize the constructor of a Java Class?
What is deserialization and how do we do deserialization?
What is the epoch date?
What are the different types of garbage collectors in java?
Which java ide is used the most?
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
What is finally and finalize in java?