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
What is data structure in java?
What are java methods?
Does garbage collection occur in permanent generation space in jvm?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is stack class in java?
Can you inherit from an abstract class java?
What is not thread safe?
What is the difference between private & public & friendly classes?
What is a protected method?
Is an object null?
What are the different types of data structures in java?
What is the difference between a checked and an unchecked exception?
Explain the inheritance?
Explain the difference between comparator and comparable in java?
What are the advantages of defining packages in java?