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, 2068👍, 0💬
Popular Posts:
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
.NET INTERVIEW QUESTIONS - What is Multi-tasking ? It’s a feature of modern operating systems with w...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...