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
Is odbc an api?
How can I manage special characters when I execute an insert query?
What does adapter class provide?
What is jdbc type?
What are the different types of JDBC drivers?
What are the classes and methods used for sending sql statements to database?
In which ways is driver class is registered with drive manager?
what happen if we set JDBC string to NULL?
What is jdbc vs odbc?
How can we disable a constraint ?
What is meant by jdbc?
What is @entity in java?
What are the common JDBC problems that you got and how do you solved them?
How can I retrieve a String or other object type without creating a new object each time?
How do I connect to jdbc?