<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Java_overview</id>
		<title>Java overview - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Java_overview"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Java_overview&amp;action=history"/>
		<updated>2026-05-27T08:02:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Java_overview&amp;diff=16452&amp;oldid=prev</id>
		<title>Thesp0nge at 10:16, 13 February 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Java_overview&amp;diff=16452&amp;oldid=prev"/>
				<updated>2007-02-13T10:16:26Z</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;Stating from [http://en.wikipedia.org/wiki/Java_%28programming_language%29 wikipedia], Java is an object oriented programming language developed by Sun in the early 1990s with the aim to be portable and cross compatible.&lt;br /&gt;
&lt;br /&gt;
Looking at the security point of view, Java is a big step ahead from C programming language:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;automatic garbage collector: Java virtual machine use an automatic garbage collector to free unused or unreferenced previously allocated memory regions. This approach solves the annoying problem that afflict many C source codes and their poor memory management, not enforced however by the programming language itself&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;hardening against buffer overflow, thanks to language design you can't stuff in a String object more items than it is able to contain&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;hardening against off-by-one buffer overflow, thanks to a better language expressiveness (an array length is a public attribute of the array itself and Vector objects give public method size() to check for&amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Big step ahead but security is a real concern also in the Java world.&lt;br /&gt;
&lt;br /&gt;
Let's see some best practices about writing, or trying to write a more secured java code. &lt;br /&gt;
&lt;br /&gt;
First of all a big truth: 100% safe code doesn't exists. Our goal is to provide as much as possible ways to harden it and make it stronger.&lt;/div&gt;</summary>
		<author><name>Thesp0nge</name></author>	</entry>

	</feed>