Answer Posted / dsr
There are three types of statements
1.statement
2.preparted statement
3.callable statement.
1.statement:like as sql query.
2.prepared statement:pre-compiled sql query.
3.callable statement-to call the stored procedure.
| Is This Answer Correct ? | 38 Yes | 7 No |
Post New Answer View All Answers
What is meant by final class?
Difference difference paint() and paintcomponent()?
Explain about anonymous inner classes in java?
What carriage return means?
What is a java string?
What is the string function?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
what is mena by object block any what is the use of that
Can we serialize singleton class?
Can you call a method on a null object?
What is a void method java?
Explain JMS in detail.
Explain about varargs in java?
What is java argument list?
Explain what are final variable in java?