<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Java</id>
	<title>Java - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Java"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Java&amp;action=history"/>
	<updated>2026-07-17T08:42:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Java&amp;diff=69094&amp;oldid=prev</id>
		<title>imported&gt;Lord Daedraconian: Factual correction</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Java&amp;diff=69094&amp;oldid=prev"/>
		<updated>2012-10-29T07:22:26Z</updated>

		<summary type="html">&lt;p&gt;Factual correction&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wpalso|Java_(programming_language|Java}}&lt;br /&gt;
[[File:Java logo.png|right|Java logo]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Java&amp;#039;&amp;#039;&amp;#039; is a [[wikipedia:Programming language|programming language]] originally developed by [[wikipedia:James Gosling|James Gosling]] at [[wikipedia:Sun Microsystems|Sun Microsystems]] and released in 1995 as a core component of Sun Microsystems&amp;#039; Java platform. Java is the programming language &amp;#039;&amp;#039;[[RuneScape|RuneScape&amp;#039;s]]&amp;#039;&amp;#039; game engine is mostly written in. Java should not be confused with [[RuneScript]], the scripting language that Jagex uses to create new content for &amp;#039;&amp;#039;RuneScape.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Java can run on most popular operating systems. Java compiles code into platform independent low-level byte-code. The Java Virtual Machine (which is platform specific) translates this byte-code into native instructions. Oracle currently develops the language and JVM for Windows, Solaris, Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
[[File:Nojava.png|thumb|right|The error message you receive when you try to play RuneScape without having Java installed.]]&lt;br /&gt;
&lt;br /&gt;
[[File:Rs error.png|thumb|right|The error message you receive when Java crashes.]]&lt;br /&gt;
{{clear}}&lt;br /&gt;
==Limits==&lt;br /&gt;
[[File:Maxgold.png|right|The maximum number of items that may be carried in one stack]]&lt;br /&gt;
There can be no more than 2,147,483,647 (2&amp;lt;sup&amp;gt;31&amp;lt;/sup&amp;gt;-1) items in a single stack. This is because RuneScape stores the number of coins using an int type variable which is stored using a 32-bit twos-complement representation. This means that the value may only be whole numbers ranging from 0 to 2,147,483,647.&lt;br /&gt;
&lt;br /&gt;
Consequently, this is the maximum amount of coins (and indeed any other stackable item) that can be stored in a stack. If a player attempts to withdraw or pick up coins while carrying the maximum amount of coins, it is stated that there is not enough inventory space.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://java.sun.com/ Java developers center]&lt;br /&gt;
&lt;br /&gt;
{{Mechanics}}&lt;br /&gt;
[[Category:Mechanics]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Lord Daedraconian</name></author>
	</entry>
</feed>