Java
The Java Language. This page is under construction!
Yet another " sane " subset of C++ !!
Designed to be a machine independent programming language
both safe enough to use over networks and powerful enough to replace native code.
- Statically typed, late binding.
- No pointers.
- No operator overloading.
- No multiple inheritance,
- Dynamic memory managment with automatic garbage collection.
- Multi-threading
Security mechanisms
The Java Development Kit.
The java Interpreter is available
from SUN
Sample Java Applets
Return to
GUI home page
Last Changed: 25 June 1996