How many statements can be created with one connection in jdbc?
Answer Posted / pragyan
As per my knowledge as many statement as you want.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the symbol for line break?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What are the restrictions that are applied to the java static methods?
What are accessor methods in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
How many techniques can be employed to create a string object?
Explain OOPs concept.
How do you start a new line in java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the use of generics? When was it added to the Java development Kit?
What is flag in python?
What are advantages of using Java?s layout managers than windowing systems?
What is the difference between arraylist and hashset in java?
Can we execute a program without main?
What is pre increment and post increment in java?