[Isolate-interest] Java Isolate API and class versioning

Bill Foote Bill.Foote at Sun.COM
Fri Sep 9 16:52:00 EDT 2005


Tarek Ellahi wrote:
>  <...>
>  
> The second question is about class versioning. Does the Isolate 
> mechanism let different application use the same class but of different 
> versions?


Classloaders already let you do that.  So:  yes, you can have
two different application classes with the same name.

Bill


More information about the Isolate-interest mailing list