Posted By:
hygriva_chavali
Posted On:
Wednesday, March 31, 2004 02:38 AM
I was working for quiet some time with jdbc and have been wondering about the internal functionalities of Connection interface I mean when I say
Statement stmt = conn.createStatement();
what is the internal mechanism that happens as soon as this line is executed by the JVM.
I even know that it creates a Statement object for sending SQL statements to the database. but what is the internal mechanism I was wondering.