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
What is JDBC RowSet? What are different types of RowSet?
What is jdbc and jdbc drivers?
How can we maintain the integrity of a database by using jdbc?
Briefly tell about the jdbc architecture.
What are jdbc?
What is Apache DBCP API?
What are the different types of classes in the api component?
Explain jdbc savepoint?
What is difference between java.util.Date and java.sql.Date?
How do I disallow NULL values in a table?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc servlet?
How we store procedure in oralce for callable statements in jdbc
What is com mysql jdbc driver?
What is the meaning of “dirty read” in the database?