Penguin

Differences between version 21 and predecessor to the previous major change of Java.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 21 Last edited on Friday, April 8, 2005 2:23:18 pm by WikiWord Revert
Older page: version 20 Last edited on Saturday, March 19, 2005 12:12:33 pm by AristotlePagaltzis Revert
@@ -21,8 +21,14 @@
  
 [Java] is an example of good object oriented design (generally). Almost all of [Java]'s internal classes are very well defined and all follow a nice naming convention. 
  
 [Java] applets allow [Java] programs to be written and run in [WebBrowser]s. Unfortunately, after [Java] 1.1, Microsoft didn't quite agree with SunMicrosystems and stopped updating the version of [Java] that comes with InternetExplorer, the most common WebBrowser. Because of this, most applets you see on the internet today are limited to a very old version of [Java] and don't make use of all the new features in [Java] today (version 1.4.1 at the time of writing). 
+  
+To adress the problems with the changes in Java from 1.1 - 1.5 Sun has released the Java Webstart which is a one click  
+auto update function for the Java Run Time Environment. Java is widely used for games in the internet, java for  
+mobile phones is the largest growing java market which in 2005 grew to a 350 billion dollar buisness on a world scale.  
+For latest news on java game development visit http://javagamedevelopment.net  
+  
  
 [Java]Beans allow dynamic introspection of software components and streaming of state-full objects across the network without full knowledge. 
  
 !! Issues