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?
Answer Posted / 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 View All Answers
Give steps to connect to the db using jdbc?
What is an odbc driver?
What are the utilities of the callablestatement?
What is batch processing and how to perform batch processing in jdbc?
Why do we use jdbc statements?
What are the different types of locking in JDBC?
Why prepared statements are faster?
Why resultset is used in java?
What are the steps to connect to the database in java?
What are the differences between execute, executequery, and executeupdate?
What is jdbc connection class?
Name the new features added in jdbc 4.0.
What are clob and blob data types in jdbc?
What is database deadlock ?
Does the JDBC-ODBC Bridge work with Microsoft J++?