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

Why hibernate is better than jdbc?

1 Answers  


How can you use preparedstatement in jdbc?

1 Answers  


What is jdbc type?

1 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

1 Answers  


What is connection commit?

1 Answers  


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

1 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


Explain the two tier and three tier architecture of jdbc.

1 Answers  


Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....

1 Answers  


What is jdbc connection string?

1 Answers  


Explain about multiple implementations and drive manager?

1 Answers  


What is in term of jdbc a datasource?

1 Answers  


Categories