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

Explain the life cycle of jdbc.

0 Answers  


What is jdbc explain?

0 Answers  


What are the common jdbc exceptions?

0 Answers  


What is 2-tier and 3-tier architecture?

1 Answers   TCS,


What is odbc. how is it related to sql cli?

0 Answers  






Which is faster jdbc or odbc?

0 Answers  


Write an sql to find all records having all numeric characters in a field ?

0 Answers  


What are different types of ResultSet?

0 Answers  


What is the query used to display all tables names in SQL Server (Query analyzer)?

0 Answers  


What are restrictions on triggers?

0 Answers  


Does JDBC support stored procedures?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


Categories