Java
Java is a rather new computer language. For Psion palmtop computers, Java is even newer: Only since Psion released the Psion 5mx in June 1999, Psions can profit from the huge number of Java applets and Java applications available.
Main advantages of Java:
- Platform independence: Java applets/applications (*) run on any computer having a Java Virtual Machine (JVM).
- Object oriented: The programmer can elegantly use features of this state of the art language such as code re-use/inheritance.
- Safer than languages like C/C++ because Java lacks problematic features such as pointers.
(*) Java applets run in a web browser window having very limited access to the computer's resources whereas Java applications are stand-alone programs.
Java is eine noch recht junge Computersprache. Für Psion-Computer ist sie erst verfügbar seit Psion im Juni 1999 den Psion 5mx herausgegeben hat. Damit werden auf einen Schlag unzählige Java-Applets und Applikationen verfügbar.
Vorteile von Java:
- Plattformunabhängig: Java-Applets/Applikationen (*) laufen auf jedem Computer mit einer Java Virtual Machine (JVM).
- Objektorientiert: Der Programmierer kann Features dieser modernen Sprache wie Code-Wiederverwendung/Vererbung nutzen.
- Sicherer als Sprachen wie C/C++, da potenzielle Fehlerquellen wie z.B. Pointers weggelassen wurden.
(*) Java-Applets laufen in einem Fenster des Web-Browsers mit sehr restriktivem Zugang zu den Ressourcen des Computers. Java-Applikationen sind vollwertige Programme.
Postkonti
This program is in German language because all what it does is checking whether a given Swiss national giro account number (Postkontonummer) is valid. It computes a checksum of the number and compares it with the last digit. This is a Java application which runs on any computer supporting Java. Just unZIP the file below to any directory or folder on your computer. On the Psion, double tap Postkonti.class; on the PC you'll have to open a DOS window and type java Postkonti to run the program.
Dieses Programm kann Schweizer Postkontonummern überprüfen. Es berechnet eine Prüfsumme und vergleicht diese mit der letzten Ziffer der Postkontonummer. Es handelt sich um eine Java-Applikation, welche auf jedem Computer mit Java-Unterstützung läuft. Zuerst untenstehende Datei unZIPen. Auf dem Psion braucht dann bloss die Datei Postkonti.class angetippt werden; auf dem PC muss ein DOS-Fenster geöffnet und java Postkonti eingegeben werden.
Download
Return to Home Page 