OOP met Java Sessie 1
Voorbeeld Java code public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); }
Structuur Java Broncode (via editor) Bytecode (via compiler) platform onafh. Machinecode (via JVM) platform afh. JVM (JRE) in elk OS/browser beschikbaar als plug-in of zelfstandig programma
Wat heb je nodig? Compiler zit in Java Software Development Kit (SDK of JDK) Geïntegreerde ontwikkelomgeving (IDE) bijvoorbeeld Jcreator De IDE maakt gebruik van de JDK Let op: er is verschil tussen JDK en JRE! http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
Wat heb je nodig? "What Java Do I Need?" You must have a copy of the JRE (Java Runtime Environment) on your system to run Java applications and applets. To develop Java applications and applets, you need the JDK (Java Development Kit), which includes the JRE.
Installeren Installeer de juiste JDK + documentatie (van Oracle) Installeer de IDE Jcreator (van CD of www) Lees de handleiding van Jcreator (van CD) workspace, project, application, sourcecode