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
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is sqlwarning?
List some new features available in jdbc 4.0?
How can I retrieve a String or other object type without creating a new object each time?
What is the full form of jdbc and what is its purpose?
What are the components of jdbc?
What are the different types of drivers under jdbc?
Is there another way of dealing with the result set that could execute faster?
What is connection pooling and why it is used?
What protocol does jdbc use?
What is database deadlock ? How can we avoid them?
What is preparedstatement in jdbc?
Explain about column name and getter method?
What is the different between ResultSet and RowSet?