JDBC classes are distributed across java.sql (core JDBC API including Connection, Statement, ResultSet) and javax.sql (optional package including DataSource, ConnectionPool, RowSet). Options A and B incorrectly use 'jdbc' instead of 'sql', and option D invents non-existent 'rdb' packages.