How many statements can be created with one connection in jdbc?
Answers were Sorted based on User's Feedback
Answer / pragyan
As per my knowledge as many statement as you want.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / pragyan
Sorry for my previous answer,There is near about 192
statements we can create from a connection object,after that
we ll get out of memory exception.
if anybody knows better answer ,replay back
| Is This Answer Correct ? | 2 Yes | 3 No |
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
when everything can be done by static block then why do we use main method?.
What JNDI(Java Naming and Directory Interface) provides?
what is difference between set and list in collection?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
What are the types of arrays in java?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
where the static methods will live ,on stack ? can you explain brefly
Is set thread safe java?
What is string in java? String is a data type?
What is the use of Getters and Setters method ?
What is a java object and java application?