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
Can we use a switch statement with strings?
What are implicit objects in java?
What is navigable map in java?
How to create a base64 decoder in java8?
What is a boolean used for?
What are the rules for naming an array?
What does 0 mean in boolean?
Explain covariant method overriding in java.
Can a main method be overloaded?
What is the purpose of abstract class?
What is * argv?
Why there is no call by reference in java?
What do you mean by mnemonics?
Why do we need data structure in java?
When do you call copy constructor?