what does the method Class.forName returns?
Answer Posted / choudarygariabbai
static Class<?> forName(String className)
Returns the Class object associated with the
class or interface with the given string name.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the benefits of PreparedStatement over Statement?
What is statement and resultset in jdbc?
How to check jdbc connection in java?
What is phantom read and which isolation level prevents it?
How to make updates to updatable result sets in jdbc?
Is not bound in this context unable to find jdbc spring boot?
How does a custom RowSetReader get called from a CachedRowSet?
Which jdbc drivers will run your program?
How does jdbc work?
What is jdbc explain?
How do I find ojdbc jar version?
How can I determine the isolation levels supported by my DBMS?
What is the difference between executing, executequery, executeupdate in jdbc?
What is the use of JDBC DriverManager class?
Describe odbc?