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 default access specifier for variables and methods of a class?

0 Answers  


Why is java so important?

0 Answers  


What is style and indentation?

0 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


Can a for statement loop indefinitely?

3 Answers  






What is intern method in java?

0 Answers  


Is a method a procedure?

0 Answers  


What is java life cycle?

0 Answers  


Define jit compiler?

0 Answers  


What is matcher in java?

0 Answers  


Explain super keyword in java.

0 Answers  


Tell us something about different types of casting?

0 Answers  


Categories