-
JDBC - Pre compile and Sored Procedure
As prepare statement also precompiles the SQL stmt & stored procedure also compiles the stmt once &den execute the same,then what is the diff between these 2 stmts?
-
What is difference b/w Type-1 and Type-4 JDBC Driver with Example ?
Give me brief description with small Example
-
Fill in the blanks -- The full form of JDBC is _________________
A) Java Database connectivity
-
-
-
-
JDBC - update many table on single submit
How to achieve a single value from web page to be updated/stored in many tables ?
-
-
JDBC retrieve Row
How can we retrieve a whole row of data at once in JDBC ?
-
3.which one is better to create a thread by implementing Runnable or By Extending Thread in java?">
1.why constructor does not have return type in java?2.why static does not support " this" and "super" keyword in java ?3.which one is better to create a thread by implementing Runnable or By Extending Thread in java?
-
Retrieving data methods
what methods did you use for retrieving data form a ResultSet object
-
-
What are the three statements in JDBC & differences between them
Answered by Jey on 2005-05-10 05:53:50: 1.Statement which is used to run simple sql statements like select and update 2. PrepareStatment is used to run Pre compiled sql. 3. CallableStatement is used to execute the stored procedures.
-
SQL query using JDBC
When you execute a SQL query using JDBC, do you get a complete recordset or the partial recordset?
-
What Class.forName( ) method will do
Answered by Jey Ramasamy on 2005-05-10 05:50:07: Class.forName() is used to load the Driver class which is used to connect the application with Database. Here Driver class is a Java class provided by Database vendor.
-
-
JVM and JDBC Connectivity
Explain working of Java Virtual Machine (JVM)
Explain the working cycle of the JDBC-ODBC connectivity? -
-
Which of the following statement is true regarding the three tier model in the JDBC driver model architecture.
A) A middle tier is introduced in this model.B) Collection of SQL statements from the client and handing it over to the database.C) Maintaining control over accessing and updating of receiving results from database to the client.D) All of the above.
-
ODBC & JDBC
What is the purpose of creating ODBC data source in establishing a connection between Java application & database?
JDBC Interview Questions
Ans