Coding steps at a computer When writing a Java program you will find yourself going through a cycle of steps many times. These steps will be: edit using a text editor to create or modify a Java source file save saving the completed Java source file (into a file with a ".java" extension) compile translating your Java source file into a compiled Java bytecode object file (with a ".class" extension) run provide the Java interpreter with the compiled classes it needs to execute your program

RITSEC - Global Campus Copyright ?1999 RITSEC- Middlesex University. All rights reserved. webmaster@globalcampus.com.eg |