<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" >
   <channel>
    <atom:link href="http://shareyourknowledge.webnode.com/rss/articles.xml" rel="self" type="application/rss+xml" />
      <title><![CDATA[Articles - share-your-knowledge.com]]></title>
      <link>http://shareyourknowledge.webnode.com</link>
      <language>en</language>
      <pubDate>Tue, 23 Aug 2011 22:55:00 +0200</pubDate>
      <lastBuildDate>Tue, 23 Aug 2011 22:55:00 +0200</lastBuildDate>
      <category><![CDATA[Articles]]></category>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>Rubicus v2.0</generator>
      <managingEditor><![CDATA[saiyansharwan@gmail.com (Sharwan Sharwan)]]></managingEditor>
      <webMaster><![CDATA[saiyansharwan@gmail.com (Sharwan Sharwan)]]></webMaster>
      <item>
         <title><![CDATA[JVM Memory Overview]]></title>
         <link>http://www.share-your-knowledge.com/news/jvm-memory-overview/</link>
         <description><![CDATA[
	METHOD AREA


	
		Inside a Java virtual machine instance, information about loaded types is stored in a logical area of memory called the method area.
	
		When the JVM loads a type, it uses a class loader to locate the appropriate class file.
	
		The class loader reads in the class file in a linear stream of binary data and passes it to the virtual machine.
	
		The virtual machine extracts information about the type from the binary data and stores the information in the method...]]></description>
         <pubDate>Tue, 23 Aug 2011 22:55:00 +0200</pubDate>
         <guid isPermaLink="true">http://www.share-your-knowledge.com/news/jvm-memory-overview/</guid>
         <category>Articles</category>
      </item>
      <item>
         <title><![CDATA[How the Java Virtual Machine (JVM) Works]]></title>
         <link>http://www.share-your-knowledge.com/news/how-the-java-virtual-machine-jvm-works/</link>
         <description><![CDATA[
	&nbsp;

	In high-level programming languages such as C and C++, we write a program in a human-readable format, and a program called a compiler translates it to a binary format called executable code that the computer can understand and execute. The executable code depends upon the computer machine that we use to execute our program; it is machine dependent. In Java, this process of writing to executing a program is very similar, but with one important difference that allows us to write Java...]]></description>
         <pubDate>Mon, 22 Aug 2011 15:39:00 +0200</pubDate>
         <guid isPermaLink="true">http://www.share-your-knowledge.com/news/how-the-java-virtual-machine-jvm-works/</guid>
         <category>Articles</category>
      </item>
   </channel>
</rss>
