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 is the meaning of connection?

0 Answers  


What is Type-4 Driver and when this driver is used?

3 Answers  


What port does jdbc use?

0 Answers  


How do I find ojdbc jar version?

0 Answers  


How to make updates to updatable result sets in jdbc?

0 Answers  






What is a statement in java?

0 Answers  


What is jdbc vs odbc?

0 Answers  


How many jdbc driver types are there?

0 Answers  


What is JDBC Statement?

0 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


What is db client?

0 Answers  


How do I find jdbc version?

0 Answers  


Categories