<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Questions About The Java Compiler And Java Virtual Machine?</title>
	<atom:link href="http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/</link>
	<description>Virtualization news and reviews</description>
	<lastBuildDate>Sun, 20 Dec 2009 08:49:52 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Unique Baby Clothes</title>
		<link>http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/comment-page-1/#comment-1061</link>
		<dc:creator>Unique Baby Clothes</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/#comment-1061</guid>
		<description>1)Javac is the primary Java compiler, included in the Java Development Kit (JDK) from Sun Microsystems.
The compiler accepts source code conforming to the Java language specification (JLS) and produces bytecode conforming to the Java Virtual Machine Specification (JVMS).
javac is itself written in Java. The compiler can also be invoked programmatically.
2)Answer one tells half of it..yet,The model used by a JVM accepts a form of computer intermediate language commonly referred to as Java bytecode.Java can be both middleware and a platform in its own right </description>
		<content:encoded><![CDATA[<p>1)Javac is the primary Java compiler, included in the Java Development Kit (JDK) from Sun Microsystems.<br />
The compiler accepts source code conforming to the Java language specification (JLS) and produces bytecode conforming to the Java Virtual Machine Specification (JVMS).<br />
javac is itself written in Java. The compiler can also be invoked programmatically.<br />
2)Answer one tells half of it..yet,The model used by a JVM accepts a form of computer intermediate language commonly referred to as Java bytecode.Java can be both middleware and a platform in its own right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deonejua</title>
		<link>http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/comment-page-1/#comment-1060</link>
		<dc:creator>deonejua</dc:creator>
		<pubDate>Sat, 06 Jun 2009 02:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://vmtimes.com/2009/06/questions-about-the-java-compiler-and-java-virtual-machine/#comment-1060</guid>
		<description>The JVM is written in C as a stack architecture ....
&quot;The aim is binary compatibility. Each particular host operating system needs its own implementation of the JVM and runtime. These JVMs interpret the byte code semantically the same way, but the actual implementation may be different. More complicated than just the emulation of bytecode is compatible and efficient implementation of the Java core API which has to be mapped to each host operating system.&quot;
The variance is not only for hardware compatibility but also to maximize the java API per platform.
Other API can handshake the JVM such as JOGL to accomplish a thin layer programming OpenGL. C++ enters the picture here.
To view JVM code requires registration with Sun.</description>
		<content:encoded><![CDATA[<p>The JVM is written in C as a stack architecture &#8230;.<br />
&#8220;The aim is binary compatibility. Each particular host operating system needs its own implementation of the JVM and runtime. These JVMs interpret the byte code semantically the same way, but the actual implementation may be different. More complicated than just the emulation of bytecode is compatible and efficient implementation of the Java core API which has to be mapped to each host operating system.&#8221;<br />
The variance is not only for hardware compatibility but also to maximize the java API per platform.<br />
Other API can handshake the JVM such as JOGL to accomplish a thin layer programming OpenGL. C++ enters the picture here.<br />
To view JVM code requires registration with Sun.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
