A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
Static and Dynamic class loading
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
Apr 05, 2010 23:57:19
0
Hi
Can anybody let me know what is meant by static class loading and Dynamic class loading ??
From one of the book it is said described as
Static class loading is
A a = new A(); // A is a class
Dynamic Class Loading :
Class Test = Class.forName("A"); // A is a class
Is this correct ??
Save India From Corruption - Anna Hazare.
Pushkar Choudhary
Rancher
Joined: May 21, 2006
Posts: 425
I like...
posted
Apr 06, 2010 00:18:04
0
See if
this article
helps you in any way.
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
I like...
posted
Apr 06, 2010 00:30:47
0
there is *nothing* called static class loading in
java
Pushkar Choudhary wrote:
See if
this article
helps you in any way.
It is irrelevent to the OP 's Question .
@OP: see this
Javaranch discussion
. particularly, *Ernest Friedman-Hill* reply
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
I like...
posted
Apr 06, 2010 04:54:14
0
I agree, "static class loading" is misleading. The difference is when we're deciding what class to load--not when it's loaded.
I agree. Here's the link:
http://jrebel.com/download
subject: Static and Dynamic class loading
Similar Threads
Class loading
Dynamic code changes
Static and Dynamic
Dynamic class loading and lazy loading
Static and Dynamic class loading
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter