How many statements can be created with one connection in jdbc?
Answer Posted / 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 |
Post New Answer View All Answers
What is qualitative variable?
what is the difference between thread and runnable types? : Java thread
Can we write a class without main method in java?
What is join () in java?
What are the principle concepts of oops?
What is a java object and java application?
Explain runtime exceptions?
How to run a JAR file through command prompt?
Tell me the latest versions in java related areas?
What is singleton class example?
What is the difference between abstraction and encapsulation?
Can a set contain duplicates?
What access modifiers can be used for variables?
Is there a way to increase the size of an array after its declaration?
what is a green thread? : Java thread