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 API and when do we use it?

0 Answers  


What do you mean by two phase commits?

0 Answers  


What are the new features added to JDBC 4.0?

0 Answers  


Explain about the Try Block?

0 Answers  


Explain about the drive manager class working?

0 Answers  






What does executeupdate return in java?

0 Answers  


What do you mean by odbc?

0 Answers  


What are the steps to connect to the database in java?

0 Answers  


Explain how to make updates to the updatable resultsets.

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


What is jdbc url for mysql?

0 Answers  


What are the 4 types of jdbc drivers?

0 Answers  


Categories