JAVA , Yet Another Language ?

by Tracey Au-Yeung
20th May 1997


Introduction

A Little bit of Java's History

The Java Language
    Finally Java was designed to make it a lot easier to write bugfree code. Shipping C code has, on average , one bug per 55 lines of code. About half of these bugs are related to memory allocation and deallocation. Thus Java has a number of features to make bugs less common.
  1. strong typing
  2. no unsafe constructs
  3. the language is small ,easy to become fluent
  4. the language is easy to read and write
  5. no undefined or architecture dependent constructs


General Features of Java Language

Virtual Machine



For World Wide Web

Platform

Real World Applications

Conclusion

Reference

1. PowerPC Microprocessor Common Hardware Reference Platform
    by Morgan Kaufmann

2. Towards A Java Compiler
    by Ying Xiong

3. Exploring Java
    by Niemeyer & Peck

4. JavaSoft Home Page

5. Gamelan

6. Club Java: sponsored by Virutal Rendezvous

7. What is Object-Oriented Software ?

8. Java World - IDG's magazine for the Java Community

9. JavaScript Authoring Guide