Answer Posted / ramaiah raj
Class.forName(String ClassName); Here Class is Predefined
class.forName(String className) is method used to create the
object which declared as abstract. In JDBC the Driver class
is an abstract class. So in order to create a instance
forName method is used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
whats is mean by connectionpooling
Can I run seam with jdk 1.4 and earlier?
What is the relationship between an event-listener interface and an event-adapter class?
What’s jboss jbpm?
What is scalable, portability in the view of J2EE?
Why doesn’t the focus feature on the tag work in every circumstance?
what is the use of State Factories?
why static class in java
what are the advantages of JTA over JTS?
Is the ternary operator written x : y ? Z or x ? Y : z ?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Define aop(assepct oriented programing)?
what are RemoteObjects?
Why do threads block on i/o?
What is the difference between static and non-static with examples?