JDBC / JDBC Tutorials
2007-12-03 JDBC is an API developed by Sun Microsystems that provides a standard way to access data using the Java programming language. Using JDBC, an application can access a variety of databases and run on any platform with a Java Virtual Machine. It i ...Read
Arunkumar S,Beginners,
JavaOrigin.com 2007-12-04 The purpose of this application is to introduce the concept of Java Database Connectivity (JDBC) and illustrate the use of JDBC as a tool for database access. JDBC is a mechanism that allows Java to communicate with databases using a standard A ...Read
Arunkumar S,Beginners,
JavaOrigin.com 2009-06-02 The reference implementation of the CachedRowSet interface provided by Sun Microsystems is a standard implementation. Developers may use this implementation just as it is, they may extend it, or they may choose to write their own implementations o ...Read
Arunkumar S,Beginners,
JavaOrigin.com
|