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 local class in java?
What is difference between this and super keyword?
Why is java called java?
Why singleton is not thread safe?
What is the private method modifier?
Why wait and notify methods are declared in object class?
Write a code to create a trigger to call a stored procedure
What is unicode used for?
What is the program compilation process?
How is string immutable in java?
What is a nested class?
What is the difference between integer parseint and integer valueof?
Difference between nested and inner classes ?
How many bytes is 255 characters?
How we can make copy of a java object?