Answer Posted / ranganathkini
The Class.forName( String name ) returns a java.lang.Class
object associated with the class or interface with the
specified fully qualified name.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are the ddl statements?
What types of DataSource objects are specified in the Optional Package?
Explain the difference between inner and outer join ?
What are the advantages of using preparedstatement over statement?
What is the difference between jdbc and odbc?
What is connection commit?
What are the utilities of the callablestatement?
What are the factors that the jdbc driver performance depends upon?
What are dml and ddl?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What are the jdbc api components?
What is the use of jdbc api?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is a jdbctemplate?