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 JDBC RowSet? What are different types of RowSet?

0 Answers  


How can I connect mysql or oracle with java?

0 Answers  


How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


What are the components of jdbc?

0 Answers  


How can we retrieve data from the resultset?

0 Answers  






What is the use of jdbc?

0 Answers  


What is the fastest type of JDBC driver?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


What are the advantages of using preparedstatement in java?

0 Answers  


What is executequery in java?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


Categories