Answer Posted / shahin ali ansari
we know there are two type of class loading in memory first
one static loading and second one is dynamic loading,static
block load in memory before main.This is the concept used
in JDBC to register driver(s). A static block in the driver
class gets executed which inturn registers the JDBC driver
with the connection
manager.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Explain about RMI Architecture?
What are the pros and cons of detached objects?
Difference between hashmap and hashtable?
what are the advantages of JTA over JTS?
What’s jboss jbpm?
Explain ioc concept?
what are getters and setters in Java with examples?
Explain the different types of memory used by jvm?
What is RMI and what are the services in RMI?
What is threadfactory?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Which javutil classes and interfaces support event handling?
How would you create a button with rounded edges?
Why is actionform a base class rather than an interface?