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
What state does a thread enter when it terminates its processing?
Is infobus easy to use?
Which javutil classes and interfaces support event handling?
What is the RMI and Socket?
How can I scroll through list of pages like the search results in google?
What is the infobus?
When a thread blocks on i/o, what state does it enter?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between java class and bean?
Are there books about seam?
Describe, in general, how java's garbage collector works?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Should synchronization primitives be used on bean methods?
Is there a guarantee of uniqueness for entity beans?
What is meant by method chaining?