Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Class.forName will do while loading drivers?
What Class.forName will do while loading drivers?
✍: Guest
It is used to create an instance of a driver and register it with the DriverManager. When you have loaded a driver, it is available for making a connection with a DBMS.
2013-07-15, 2311👍, 0💬
Popular Posts:
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...
How do I install JUnit? First I will download the lastest version of JUnit. Then I will extract all ...
How could Java classes direct program messages to the system console, but error messages, say to a f...