<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AApache_Tomcat_and_Java_EE_Administration_US</id>
	<title>Talk:Apache Tomcat and Java EE Administration US - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AApache_Tomcat_and_Java_EE_Administration_US"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Talk:Apache_Tomcat_and_Java_EE_Administration_US&amp;action=history"/>
	<updated>2026-05-13T20:57:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Talk:Apache_Tomcat_and_Java_EE_Administration_US&amp;diff=21255&amp;oldid=prev</id>
		<title>Donald Joy at 21:48, 19 August 2014</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Talk:Apache_Tomcat_and_Java_EE_Administration_US&amp;diff=21255&amp;oldid=prev"/>
		<updated>2014-08-19T21:48:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Interpreters take the source code and interpret it one line at a time and execute that line then go onto the next line&lt;br /&gt;
&lt;br /&gt;
Compilers convert the entire program into the machine language of the hardware all at the same time.  The file containing the machine code can then be executed.&lt;br /&gt;
&lt;br /&gt;
JIT compilation (Just In Time Compilation) take the source or bytecode (in Java&amp;#039;s case) and converts all or part of it into the machine language of the hardware, stores the code in memory and then executes it.  In JIT some of the code can be compiled and some interpreted depending on the JVM being used.&lt;/div&gt;</summary>
		<author><name>Donald Joy</name></author>
	</entry>
</feed>