what is type of statement in jdbc connection?
Answers were Sorted based on User's Feedback
Answer / sukanta
1. Statement
2. PrepareStatment
3. CallableStatement
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / manoj kumar sahu(secon pvt.ltd
There are three types of statements
1.statement
2.precompiled/predefined statement
3.collable statement.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / qim2010
Once a connection is obtained we can interact with the
database. The JDBC Statement, CallableStatement, and
PreparedStatement interfaces define the methods and
properties that enable you to send SQL or PL/SQL commands
and receive data from your database.
They also define methods that help bridge data type
differences between Java and SQL data types used in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the purpose of class "Object" which is base class for all classes?
Why unicode is important?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
What are loops in java? What are three types of loops?
What is the use of parseint in java?
What do you mean by boolean?
What is an abstract class and abstract method?
What is the use of a conditional inclusion statement in Java ?
Objects or references which of them gets garbage collected?
What are different types of states exist for a thread?
What is anonymous inner class?
What java ide should I use?