View Single Post
  #2 (permalink)  
Old 07-24-2007, 03:48 AM
tommy tommy is offline
Member
 
Join Date: Jul 2007
Posts: 41
tommy is on a distinguished road
JDBC (for the most part) is part of the JSE . And, although the method "forName" of the class "Class" is used very often when using JDBC (for loading the Driver), the class "Class" is not part of JDBC, but rather is one of the base classes for Java itself and is, of course, part of the JSE.
Reply With Quote