Answer Posted / sukanta
1. Statement
2. PrepareStatment
3. CallableStatement
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can the checkbox class be used to create a radio button?
Does set allows null in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is lazy programming?
Why main method is called first in java?
Can a class have multiple superclasses?
Can we cast any other type to boolean type with type casting?
How many types of literals are there in JAVA?
What is a text string?
What is return in java?
What is a qualifier in a sentence?
What is string value?
How do you break a loop?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Can we use String with switch case?