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 are the two environment variables that must be set in order to run any java programs?
How can we find the actual size of an object on the heap?
What are the advantages of java?
how to create constants in java?
What is charat ()?
What are different exception types exceptions available in java ?
What is the purpose of checked and unchecked exceptions in JAVA?
How do you include a string in java?
How do you compare two strings lexicographically?
What is a functional interface?
What is javac_g?
What is entry in java?
How do you convert string to int in java?
Can we override a variable in java?
How to store image in arraylist in java?