How many statements can be created with one connection in jdbc?

Answers were Sorted based on User's Feedback



How many statements can be created with one connection in jdbc?..

Answer / pragyan

As per my knowledge as many statement as you want.

Is This Answer Correct ?    7 Yes 0 No

How many statements can be created with one connection in jdbc?..

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

How many statements can be created with one connection in jdbc?..

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

How many statements can be created with one connection in jdbc?..

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

Post New Answer

More Core Java Interview Questions

What is the platform?

0 Answers  


What is the difference between reader/writer and inputstream/output stream?

0 Answers  


does java support pointers?

0 Answers  


What is the purpose of tostring() method in java?

0 Answers  


What are keywords in programming?

0 Answers  






How many threads does a core java have?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


What are the benefits of operations?

0 Answers  


What is a blocking method in Java?

0 Answers  


What is the final access modifier in java?

0 Answers  


What is protected and friendly?

1 Answers  


Why do you canvas?

0 Answers  


Categories