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
Which Java and java.sql data types map to my specific database types?
How vendor Naming registry supports JNDI?
How can we store the file in the oracle database?
What does the connection object represents?
Does jdbc use odbc?
What is the full form of jdbc and what is its purpose?
How does a file store compare with a jdbc store?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is jdbc drivers in java?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Is there another way of dealing with the result set that could execute faster?
What do you understand by DDL and DML statements?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the different types of statements? How we can you use preparedstatement.
Is java a database?