Penguin

Differences between version 15 and previous revision of Java.

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

Newer page: version 15 Last edited on Wednesday, November 19, 2003 6:46:16 pm by AristotlePagaltzis Revert
Older page: version 14 Last edited on Wednesday, November 19, 2003 5:47:22 pm by AristotlePagaltzis Revert
@@ -14,9 +14,9 @@
 [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 [Sun] 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). 
  
-[JavaBean ]s allow dynamic introspection of software components and streaming of state-full objects across the network without full knowledge. 
+[Java ]Beans allow dynamic introspection of software components and streaming of state-full objects across the network without full knowledge. 
  
 !! Issues 
  
 But Java, like any ProgrammingLanguage, has cons. First, Java's Run-time Environment (JRE) is a big download and is needed for any user wishing to run a Java program. This JRE also incurs quite a large memory penalty, even running a simple application can take quite a large amount of memory.