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, 2263👍, 0💬
Popular Posts:
How To Create an Add-to-Bloglines Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
How does multi-threading take place on a computer with a single CPU? The operating system's task sch...
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...
How can I include comments in HTML? An HTML comment begins with "<!--", ends with "-->...
What's difference between HashTable and ArrayList ? You can access array using INDEX value of array,...