The JavaTM Tutorial
Previous Page Lesson Contents Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Learning the Java Language
Lesson: The Nuts and Bolts of the Java Language

Running the Sort Program

The following platform-specific instructions show you how to run the Sort program and displays the results.
UNIX
% java Sort
3 8 12 32 87 127 589 622 1076 2000
DOS shell (Windows 95/NT)
C:\> java Sort
3 8 12 32 87 127 589 622 1076 2000

Previous Page Lesson Contents Start of Tutorial > Start of Trail > Start of Lesson Search