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 the difference between executing, executequery, executeupdate in jdbc?
How you restrict a user to cut and paste from the html page using java programing?
Explain what should be done when a SQL exception is raised?
What does the jdbc resultset interface?
Does sql allow null values ?
What driver should I use for scalable Oracle JDBC applications?
What is jdbc connection?
Where is jdbc url mysql?
Is jdbc a web technology?
Explain about the drive manager class working?
What are different types of ResultSet?
Where is mysql jdbc driver located?
What is jdbc drivers in java?
How to make updates to updatable result sets in jdbc?
Is jdbc faster than odbc?