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 runtime polymorphism or dynamic method dispatch?

0 Answers  


define System.out.println(); what is the meaning!

19 Answers   Accenture,


Is multiple inheritance allowed in Java? Why ?

7 Answers  


What is an enumeration?

0 Answers  


How do you escape in java?

0 Answers  






What is a substring of a string?

0 Answers  


How to declare unique ArrayList ?

6 Answers   RMSI,


Which method returns the length of a string?

0 Answers  


What is extension method in java?

0 Answers  


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,


What are the different types of data structures in java?

0 Answers  


What are the different tags provided in jstl?

0 Answers  


Categories