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 a type parameter in java?
What is the biggest integer?
Is math an abstract class in java?
Why strings in java are called as immutable?
What is the purpose of the strictfp keyword?
what is the difference between yielding and sleeping? : Java thread
What are Normalization Rules? Define Normalization?
What is return in java?
What is final modifier?
What is the name of the java compiler?
What is the difference between private & public & friendly classes?
Is java good for beginners?
Why java is considered dynamic?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Is java jre still free?