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
Does sql allow null values ?
How can we retrieve data from the resultset?
Why prepared statements are faster?
What are dml and ddl?
Explain the two tier and three tier architecture of jdbc.
What are the factors that the jdbc driver performance depends upon?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How do java applications access the database using jdbc?
What is the difference between jdbc and jndi?
Why do we need jdbc api?
What is isolation level? How to set it?
What is jdbc connection?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Why jdbc is used in java?
Explain the JDBC Architecture?