Without using of Class.forName(? ?), how do you connect to
db?
Answer Posted / kalyan
by using datasource object, generally datasource is
confiured at app server specifying jndi name , data source
name, driver name, user name, and password.
by getting datasource object using jndi lookup, we can get
connection.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which package contains jdbc api?
What is jdbc odbc connection?
What are the components of jdbc?
What is resultset?
What is Apache DBCP API?
How to check jdbc driver version in sql server?
What is JDBC ResultSet?
How can I determine the isolation levels supported by my DBMS?
Explain the JDBC Architecture?
Is jdbc faster than hibernate?
Which interface is responsible for transaction management in jdbc?
Explain the two tier and three tier architecture of jdbc.
List the common jdbc exceptions ?
How to check jdbc connection in linux?
Does sql allow null values ?