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 / 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 / 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 / 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

Write the program numbers into words.For example 2345==two thousand three hundred fourty five

2 Answers   TCS,


What is the Set interface?

2 Answers  


Can we extend the String class?

3 Answers   Truworth,


What is difference between string and new string?

1 Answers  


What is the transient keyword?

5 Answers  


What are different access specifiers in java? Explain

1 Answers  


What is function and its uses?

1 Answers  


What package is math in java?

1 Answers  


What is a void method java?

1 Answers  


What is unsigned char?

1 Answers  


Features of Java?

4 Answers  


jdbc drivers?

8 Answers   Wipro,


Categories