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
Explain in detail about JDBC and its general features?
What are different types of ResultSet?
How do I insert/update records with some of the columns having NULL value?
What is the most common example type 1 driver?
How data can be inserted into long row column of database?
What are the three parts of a jdbc url?
What driver should I use for scalable Oracle JDBC applications?
What is jdbc drivers in java?
What are the conditions applies to varchar variable, when using in procedures?
What is the difference between executing, executequery, executeupdate in jdbc?
What are the types of statements in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is the latest version of JDBC? What are the new features added in that?
In which ways is driver class is registered with drive manager?
Is jdbc open source?