Answer Posted / surya, samcomm technologies pv
yes. It does return Class type.
code:-
try {
Class clazz=Class.forName("");
} catch (ClassNotFoundException e) {
e.printStackTrace();
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is jdbc odbc bridge in java?
Compare jdbc and odbc and how is jdbc required in this context.
What packages are used by jdbc?
What is jdbc template?
Explain the role of driver in jdbc.
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How can we move the cursor in a scrollable result set?
Which interface handles transaction management in jdbc?
Briefly tell about the jdbc architecture.
How can I get information about foreign keys used in a table?
Explain about the drive manager class working?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
How can you use preparedstatement in jdbc?
What is database connection pooling? Advantages of using a connection pool?