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 |
Explain the difference between the public, private, final, protected, and default modifiers?
in a console we r giving java <class name> if r pressing enter where it'll goes
What is the difference between call by reference and call by pointer?
Can a for statement loop indefinitely?
What is cloneable interface?
What is the escape character in java?
What is the difference between access specifiers and access modifiers in java?
What is the difference between C++ and Java and your preferences?
What is procedure writing?
Can vector have duplicates in java?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
how to transactions(Bank transactions) in business process in ejb?