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 I import same package/class twice? Will the jvm load the package twice at runtime?
What class is the top of the awt event hierarchy?
What restrictions are placed on the values of each case of a switch statement?
What is the infobus?
What you mean by COM and DCOM?
How are the elements of a borderlayout organized?
Are enterprise beans allowed to use thread.sleep()?
How primary key is implemented in Oracle?
Why won’t the jvm terminate when I close all the application windows?
What are the different class loaders used by jvm?
what is a portable component?
What are various types of class loaders used by jvm?
Can I map more than one table in a cmp?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?