source code of Class.forName() and of JDBC driver
843854Feb 9 2004 — edited Feb 10 2004Hi,
I am interested in looking inside of the native method:
private static native Class forName0(String name, boolean initialize,
ClassLoader loader)
But nowhere for me to find it, any advices? Also, where to find source code for a specific jdbc driver, for instance, "com.sybase.jdbc2.jdbc.SybDriver" ?
Thanks