Choice D is correct.
The key to this question is that you don't need to install a new ODBC driver; you can connect to the database directly via JDBC.
Choice A is incorrect as this is for distributed systems not database connectivity. Choice B wouldn't work. Choice C is incorrect as this isn't necessary, as the question doesn't say that you can't use a normal JDBC driver.
