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
Can you control when passivation occurs?
Is the infobus client side only?
Can I use javascript to submit a form?
What are the types of scaling?
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?
What is the infobus?
Explain phantom read?
Explain about thread synchronization inside a monitor?
which type of objects reference will be given to client?
What modifiers may be used with an inner class that is a member of an outer class?
What is threadfactory?
What is the difference between static and non-static with examples?
which book is better for jdbc ,servlets and jsp
wahts is mean by dynavalidatorform in struts/
Brief description about local interfaces?