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 is a flag and how does it work?
What is boolean in java?
What does business logic mean?
What is the meaning of variable in research?
How can we break singleton in java?
What is continuity of a function?
What is an exception in java?
What are the restrictions imposed on method overriding?
What is boolean used for?
What are user defined exceptions?
What is append function?
What is boolean keyword in java?