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

java based application for hospital management

0 Answers  


How can we store and retrieve images from the database?

0 Answers  


What port does jdbc use?

0 Answers  


What are stored procedures? How to call them?

3 Answers  


Which is better odbc or jdbc?

0 Answers  


callable is interface or class ?

9 Answers   Fidelity,


What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

0 Answers  


What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


Explain different types of locks in jdbc?

0 Answers  


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


Compare jdbc and odbc and how is jdbc required in this context.

0 Answers  


How many ways can you update a result set?

0 Answers  


Categories