Java class loader: Difference between revisions

Content deleted Content added
mNo edit summary
Worthless info.
Tag: section blanking
Line 83:
 
To remedy the JAR hell problems a [[Java Community Process]] — JSR 277 was initiated in 2005. The resolution — [[Java Module System]] — intended to introduce a new distribution format, a modules versioning scheme, and a common modules repository (similar in purpose to [[Microsoft .NET]]'s [[Global Assembly Cache]]). In December 2008 Sun announced that JSR 277 was put on hold.<ref>http://www.osgi.org/News/20081217</ref>
== Classloader Subsystem ==
# Method Area
# Heap
# Java Stacks
# Pc Register
# Native Method Area
 
--Arindam Mukherjee 06:29, 24 April 2012 (UTC)
== See also ==
* [[Loader (computing)]]