• 2022-06-07 问题

    在使用C3P0数据源时,能够正确得到DataSource实例对象的代码是() A: DataSource ds = new ComboPooledDataSource(); B: DataSource ds = new ComboPooledDataSource(String name); C: ComboPooledDataSource ds = new DataSource (String name); D: ComboPooledDataSource ds = new DataSource ();

    在使用C3P0数据源时,能够正确得到DataSource实例对象的代码是() A: DataSource ds = new ComboPooledDataSource(); B: DataSource ds = new ComboPooledDataSource(String name); C: ComboPooledDataSource ds = new DataSource (String name); D: ComboPooledDataSource ds = new DataSource ();

  • 2022-06-01 问题

    在Java Web应用程序中,下列()选项中的代码能够正确实现使用数据源(DataSource)获取数据库连接对象(数据源名称为dsname)。 A: A DataSource soure = new DataSource( ) ; Connection conn = source.getConnection( ); B: B Context source = new InitalContext( ); Connection conn = source.getConnection( ); C: C Context ctx = new InitalContext( ); DataSource ds = (DataSource) ctx.lookup("java:comp/env/dsname"); Connection conn =ds.getConnection( ); D: D Context ctx = new InitalContext ( ); DataSource ds = (DataSource) ctx.lookup("dsname"); Connection conn = ds.getConnection( );

    在Java Web应用程序中,下列()选项中的代码能够正确实现使用数据源(DataSource)获取数据库连接对象(数据源名称为dsname)。 A: A DataSource soure = new DataSource( ) ; Connection conn = source.getConnection( ); B: B Context source = new InitalContext( ); Connection conn = source.getConnection( ); C: C Context ctx = new InitalContext( ); DataSource ds = (DataSource) ctx.lookup("java:comp/env/dsname"); Connection conn =ds.getConnection( ); D: D Context ctx = new InitalContext ( ); DataSource ds = (DataSource) ctx.lookup("dsname"); Connection conn = ds.getConnection( );

  • 2022-06-01 问题

    (4-2)DataSource是Factory类型,可以调用DataSource的方法()获得数据库连接。 A: Delegate B: Factory C: connect D: getConnection

    (4-2)DataSource是Factory类型,可以调用DataSource的方法()获得数据库连接。 A: Delegate B: Factory C: connect D: getConnection

  • 2022-06-01 问题

    DataSource对象,可以通过创建实例的方法来获得,也可以利用Java的JNDI来获得DataSource对象的引用。

    DataSource对象,可以通过创建实例的方法来获得,也可以利用Java的JNDI来获得DataSource对象的引用。

  • 2022-06-01 问题

    C3P0数据库连接池通过核心类((______ ))实现DataSource接口。

    C3P0数据库连接池通过核心类((______ ))实现DataSource接口。

  • 2022-06-01 问题

    ()通过创建DAO对象获得其引用,它可以通过调用DAO的不同方法与DataSource方法进行交互。 A: DataSource B: BusinessObject C: DataAccessObject D: TransferObject

    ()通过创建DAO对象获得其引用,它可以通过调用DAO的不同方法与DataSource方法进行交互。 A: DataSource B: BusinessObject C: DataAccessObject D: TransferObject

  • 2021-04-14 问题

    定义jdbcTemplate时,需要将dataSource注入到jdbcTemplate中。

    定义jdbcTemplate时,需要将dataSource注入到jdbcTemplate中。

  • 2021-04-14 问题

    下面选项中,属于DataSource接口实现类的是()

    下面选项中,属于DataSource接口实现类的是()

  • 2022-06-01 问题

    数据库中,可以调用DataSource的方法( )获得数据库连接

    数据库中,可以调用DataSource的方法( )获得数据库连接

  • 2022-05-28 问题

    简述DriverManager和DataSource中的getConnection()方法的区别。

    简述DriverManager和DataSource中的getConnection()方法的区别。

  • 1 2 3 4 5 6 7 8 9 10