您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes

Introduction

Content

Apply

Reflect

Extend

previous.gif
 (3087 bytes)

next.gif
 (2959 bytes)

 

Content Index

Content Page # 5

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

basicline.gif (169 bytes)

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