How many statements can be created with one connection in jdbc?
Answer Posted / arockiadass
we can create n-nos of statements using a single connection.
But single query can be executed using one statement at a time.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is set sorted in java?
What is meant by class loader? How many types are there? When will we use them?
What is the difference between synchronized and synchronized block?
Can you run java program without main method?
What is the purpose of the enableevents() method in java programming?
How to make a non daemon thread as daemon?
What are the super most classes for all the streams?
what do you mean by classloader in java?
How to do encapsulation in java?
What is the size of boolean variable?
What is the main functionality of the remote reference layer?
Is java se open source?
What does system.gc() and runtime.gc() methods do?
When throw keyword is used?
Why singleton pattern is better than creating singleton class with static instance?