Answer Posted / ambika
it is used to load the driver in database
its a first step of connection of database
structure:
class.forName("sun.jdbc:odbc:jdbcodbcDriver")
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
What is the purpose of the wait(), notify(), and notifyall() methods?
Which class is the immediate superclass of the menucomponent class?
What classes of exceptions may be caught by a catch clause?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
how do you Handle Front End Application data against DB with example?
What is mdb and what is the special feature of that?
Where can I find seam examples and documentation?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is a sessionfactory? Is it a thread-safe object?
Is there a guarantee of uniqueness for entity beans?
What does module-relative mean?
What is a class loader?
Why are my checkboxes not being set from on to off?
which book is better for jdbc ,servlets and jsp
What is an abstract method?