JDBC stands for Java Database Connectivity. It provides a standard API for connecting to relational databases and accessing tabular data from various sources including databases, spreadsheets, and flat files. The other options are incorrect - JDBC is not primarily for bridging object-relational mismatch (that's ORM), nor does it directly handle object or XML data sources as its core purpose.