De presentatie wordt gedownload. Even geduld aub

De presentatie wordt gedownload. Even geduld aub

OOP met Java Sessie 1.

Verwante presentaties


Presentatie over: "OOP met Java Sessie 1."— Transcript van de presentatie:

1 OOP met Java Sessie 1

2 Voorbeeld Java code public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); }

3 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

4 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!

5 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.

6 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


Download ppt "OOP met Java Sessie 1."

Verwante presentaties


Ads door Google