JDBC Tutorial
- Discuss JDBCJDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. JDBC works with Java on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
- JDBC - Useful ResourcesThe following resources contain additional information on JDBC. Please use them to get more in-depth knowledge on this topic.
- JDBC - Quick GuideJDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of databases.
- JDBC - Sorting DataThis chapter provides an example on how to sort records from a table using JDBC application. This would use asc and desc keywords to sort records in ascending or descending order. Before executing the following example, make sure you have the following in place ?
- JDBC - Questions AnswersJDBC Questions and Answers has been designed with a special intention of helping students and professionals preparing for various Certification Exams and Job Interviews. This section provides a useful collection of sample Interview Questions and Multiple Choice Questions (MCQs) and their answers wi
- JDBC - LIKE ClauseThis chapter provides examples on how to select records from a table using JDBC application. This would add additional conditions using LIKE clause while selecting records from the table. Before executing the following example, make sure you have the following in place ?
Page 1 / 8Next