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
|