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 |
Can you inherit a constructor java?
What are the advantages of encapsulation in java?
What is a "pure virtual" member function?
If goto and const is reserve words than why it is not work in java?
What is null mean in java?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
Is alive in java?
Can we use a switch statement with strings?
What do you understand by abstract classes?
what is difference between method overloading & method overridding with example?
Is intellij better than eclipse?
how are methods defined?