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

How to insert an image or raw data into database?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  


What are restrictions on triggers?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


What is Connection Pooling ??? How we set up a particular connection within connection pooling ????

2 Answers   Cognizant,






What is the meaning of connection?

0 Answers  


Which is best database for java?

0 Answers  


What is sqlwarning?

0 Answers  


How many packages are available in jdbc api?

0 Answers  


How data can be inserted into long row column of database?

0 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

0 Answers  


how do we get the connection from connection pool

1 Answers  


Categories