what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / prabhakaran
Class is a predefined class and forName is the static
method of the class which is used to load the driver
dynamically in the client machine at runtime
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain about Join?
What is the use of getGeneratedKeys() method in Statement?
What is use of connection pooling?
What is jdbc connection interface?
What is jdbc and jdbc drivers?
Explain what should be done when a SQL exception is raised?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is jdbc in dbms?
Is jdbc part of j2ee?
What does the jdbc resultsetmetadata interface?
What is phantom read and which isolation level prevents it?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
explain about special characters?
How many ways can you update a result set?
Why we use while rs next ())?