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
How many types of methods are there?
What is the main function in java?
Why does java doesnt suuport unsigned values?
What is the formula to calculate percentage?
Explain the protected field modifier?
What is a double?
What is the use of toarray () in java?
What is difference between checked and unchecked exception in java?
What is break and continue statement?
What do you mean by garbage collection used in java?
What are the different types of java?
Define how can we find the actual size of an object on the heap?
Why can't we use static class instead of singleton?
Can inner class extend any class?
What are selection structures?