Give me some example for getting connection from connection
pooling in JBoss Server. Is Connection Pool default in
Server or we have to create it? Who can create Connection
Pool in a Team. How it will be accessed by the developer
code?



Give me some example for getting connection from connection pooling in JBoss Server. Is Connection..

Answer / ravi jian

In EJB3.0

we get Connection from server through

@Resource
Connection con;

Please check packages of both i m not sure right now abt
packages....

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the considerations for deciding on transaction boundaries?

0 Answers  


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

0 Answers  


How do we load the drivers?

0 Answers  


What is JDBC and ODBC and what are the differences between them?

11 Answers   Idbi Bank, Infosys, Infoview, TCS,


What are the different types of JDBC drivers?

0 Answers  


What is savepoint in jdbc?

0 Answers  


what is metadata and it's use?

3 Answers  


Explain how to make updates to the updatable resultsets.

0 Answers  


How MS-Access DB can be accessed over a network, using JDBC API?

0 Answers  


What is jdbc and jdbc drivers?

0 Answers  


What is Apache DBCP API?

0 Answers  


Explain the process of creating tables using NetBeans IDE?

0 Answers  


Categories